fixes dockerfiles

This commit is contained in:
2021-05-24 15:45:57 +02:00
parent 284940bad9
commit 80972a074b
2 changed files with 38 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN mkdir -p /usr/rootfs; \
| tar xvz -C /usr/rootfs
# Q7S C++ cross-compiler
RUN mkdir -p /usr/tools; \
curl https://eive-cloud.irs.uni-stuttgart.de/index.php/s/2Fp2ag6NGnbtAsK/download/gcc-arm-linux-gnueabi.tar.gz usr/tools \
curl https://eive-cloud.irs.uni-stuttgart.de/index.php/s/2Fp2ag6NGnbtAsK/download/gcc-arm-linux-gnueabi.tar.gz \
| tar xvz -C /usr/tools
# RUN apk add cmake make g++