1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-22 10:29:57 +00:00
This commit is contained in:
Sebastian Bergmann
2019-04-07 08:14:48 +02:00
parent 644ad33c6a
commit a6b55da864

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