1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-23 19:22:12 +00:00
This commit is contained in:
Sebastian Bergmann
2018-05-14 08:24:35 +02:00
parent 4fa0917142
commit 77e78d3231

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 5af9834eac3fef62b3c7116bea0b02c98b411b2d && \
git checkout -qf d3e6bd72842c7d623f8def2d42900339c3f36b6f && \
mkdir -p /opt/amiga && \
make update && \
make all && \