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:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user