diff options
-rw-r--r-- | contrib/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile index 76bf6176..03d4892a 100644 --- a/contrib/docker/Dockerfile +++ b/contrib/docker/Dockerfile @@ -2,7 +2,7 @@ FROM i386/alpine RUN apk update RUN apk add --no-cache build-base libpng-dev wine ncurses freetype -RUN apk add binutils-arm-none-eabi --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted +RUN apk add binutils-arm-none-eabi --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted ENV BUSYBOX 1 WORKDIR /app |