mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2026-09-11 19:36:31 +00:00
Add dockerfile
This commit is contained in:
@@ -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