1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-22 02:21:12 +00:00
This commit is contained in:
Sebastian Bergmann
2019-03-18 08:58:34 +01:00
parent f66c926931
commit 644ad33c6a

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