1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 10:53:29 +00:00
This commit is contained in:
Sebastian Bergmann
2018-06-03 09:18:56 +02:00
parent edc389a089
commit f6fc3ce24d

View File

@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
cd /root && \
git clone https://github.com/bebbo/amiga-gcc.git && \
cd /root/amiga-gcc && \
git checkout -qf e26e6ff6ad74b31fcf3b3f0fd1aa688be0d5e79f && \
git checkout -qf af8fc421d492302afbb2feb694cbe46ed223476c && \
mkdir -p /opt/amiga && \
make update && \
make all && \