1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-22 02:21:12 +00:00
This commit is contained in:
Sebastian Bergmann
2018-06-02 08:57:25 +02:00
parent c501d1a987
commit edc389a089

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 9a9ed3917af66143b2db1e83d67c9f89b334386d && \
git checkout -qf e26e6ff6ad74b31fcf3b3f0fd1aa688be0d5e79f && \
mkdir -p /opt/amiga && \
make update && \
make all && \