summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLouis Hampton <roastveg@hotmail.co.uk>2020-06-18 00:55:16 +0100
committerLouis Hampton <roastveg@hotmail.co.uk>2020-06-18 00:55:16 +0100
commite4dde9edf85100353b5fa6fb9b757eaa43e2de42 (patch)
tree3fb9483beae897562ebdbc935c68907c432f2691 /Dockerfile
parentb4d34b46564d50e1ee4eafc7814cc00e9913552b (diff)
Added Dockerfile and build script
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile10
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