fix docker

This commit is contained in:
red031000 2020-09-26 16:25:14 +01:00
parent e1bf83033e
commit 79594b0bcd
No known key found for this signature in database
GPG Key ID: A3C87CFF2DC536C2

View File

@ -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