1
0
mirror of https://github.com/AmigaPorts/docker-amiga-gcc.git synced 2026-05-09 06:14:58 +00:00

Add dockerfile

This commit is contained in:
Marlon Beijer
2019-06-25 14:44:33 +02:00
parent 3e5682b73d
commit 23dd72db5c

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"]