1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 02:35:49 +00:00
This commit is contained in:
Sebastian Bergmann
2019-01-13 08:36:32 +01:00
parent c2a13bc356
commit d35a7c8e56

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