mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-26 00:11:26 -05:00
fix docker
This commit is contained in:
parent
e1bf83033e
commit
79594b0bcd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user