1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-21 09:57:05 +00:00
This commit is contained in:
Sebastian Bergmann
2018-12-21 14:48:53 +01:00
parent 001bfc85a1
commit c2a13bc356

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