1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-12-06 19:26:27 +00:00
This commit is contained in:
Sebastian Bergmann
2019-02-27 06:59:40 +01:00
parent 2569ff13dd
commit 9b54ed9ee7

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 8b0c4d6b50b77e9661bb7bdb0671792c307c876e && \
git checkout -qf 33b0533073467433d45bd412faa9c62a2f7a1b9b && \
mkdir -p /opt/amiga && \
make update && \
make all && \