1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-12-06 19:26:27 +00:00
This commit is contained in:
Sebastian Bergmann
2019-03-10 12:12:29 +01:00
parent 9b54ed9ee7
commit f66c926931

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