mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2026-05-10 06:44:57 +00:00
10 lines
241 B
Docker
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"]
|