1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-12-07 19:56:08 +00:00
This commit is contained in:
Sebastian Bergmann
2018-04-26 17:17:45 +02:00
parent b63755c07d
commit 4fa0917142

View File

@ -22,7 +22,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 2529071bcda42276b1cdf6bd16498015124e4333 && \
git checkout -qf 5af9834eac3fef62b3c7116bea0b02c98b411b2d && \
mkdir -p /opt/amiga && \
make update && \
make all && \