pokediamond/contrib/docker/Dockerfile
2020-09-26 16:25:14 +01:00

11 lines
273 B
Docker

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/community/ --allow-untrusted
ENV BUSYBOX 1
WORKDIR /app
CMD ["/bin/sh"]