1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-12-09 21:01:48 +00:00
This commit is contained in:
Sebastian Bergmann
2019-05-22 10:04:10 +02:00
parent 76dd432c33
commit 01106550c1

View File

@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
cd /root && \ cd /root && \
git clone https://github.com/bebbo/amiga-gcc.git && \ git clone https://github.com/bebbo/amiga-gcc.git && \
cd /root/amiga-gcc && \ cd /root/amiga-gcc && \
git checkout -qf 6862ad9f13d9fcd6d5500cac2426f1de67216394 && \ git checkout -qf e64e6935bc552f0a733adebb229cab9ac82e50ea && \
mkdir -p /opt/amiga && \ mkdir -p /opt/amiga && \
make update && \ make update && \
make all && \ make all && \