1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-12-08 12:10:31 +00:00
This commit is contained in:
Sebastian Bergmann
2019-05-01 08:27:21 +02:00
parent 2b5389be8b
commit 76dd432c33

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 78c9283df9b3fb9b95d6159f17d349b1b8728902 && \ git checkout -qf 6862ad9f13d9fcd6d5500cac2426f1de67216394 && \
mkdir -p /opt/amiga && \ mkdir -p /opt/amiga && \
make update && \ make update && \
make all && \ make all && \