diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..eb664074 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +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 + +ENV BUSYBOX 1 +WORKDIR /app + +CMD ["/bin/sh"]
\ No newline at end of file |