Add dockerfile

This commit is contained in:
Marlon Beijer 2019-06-25 14:44:33 +02:00
parent 3e5682b73d
commit 23dd72db5c
1 changed files with 9 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM sebastianbergmann/amiga-gcc
MAINTAINER Marlon Beijer "marlon@amigadev.com"
RUN apt-get update && apt-get install -y apt-utils cmake wget git make
RUN echo "root:root" | chpasswd
WORKDIR /work
#ENTRYPOINT ["/dockcross/entrypoint.sh"]