diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1252234 --- /dev/null +++ b/Dockerfile @@ -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"]