1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-10 06:15:15 +00:00
This commit is contained in:
Sebastian Bergmann
2019-04-16 07:55:34 +02:00
parent fcb60dd5a4
commit ea2c21ca4b

View File

@@ -24,7 +24,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 794366d7ba8dd927fb1dc3f78c59f6eb97c8b4c4 && \
git checkout -qf 3bf04b39f1a91eb4fe20fe7936eecb009164e66c && \
mkdir -p /opt/amiga && \
make update && \
make all && \