1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 02:35:49 +00:00
This commit is contained in:
Sebastian Bergmann
2018-07-03 08:11:39 +02:00
parent 542686d0d7
commit 7386fb8a7b

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 175363fafa428ac994ce18a4e3f70c8302f6a0b4 && \
git checkout -qf a0548a928846fce4d144fd9a071272edf2ba079b && \
mkdir -p /opt/amiga && \
make update && \
make all && \