Files
docker-amiga-gcc/Dockerfile
T
2019-06-25 14:44:33 +02:00

10 lines
241 B
Docker

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