1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-12-07 11:41:41 +00:00
This commit is contained in:
Sebastian Bergmann
2018-06-27 16:39:10 -04:00
parent a386091dfb
commit 542686d0d7

View File

@ -23,7 +23,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 785e2e7fc976b4d4b4cc213296c1124f1f2a2a49 && \
git checkout -qf 175363fafa428ac994ce18a4e3f70c8302f6a0b4 && \
mkdir -p /opt/amiga && \
make update && \
make all && \