Explorar o código

fix stretch symlink

Grant Limberg %!s(int64=5) %!d(string=hai) anos
pai
achega
0589c4ab6a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dockerbuild/Dockerfile.debian-stretch

+ 1 - 1
dockerbuild/Dockerfile.debian-stretch

@@ -20,7 +20,7 @@ WORKDIR /cmake-3.17.3
 RUN ./bootstrap && make -j8 && make install
 WORKDIR /
 RUN if test "$TARGETPLATFORM" = "linux/arm/v6"; then \
-    ln -s /lib/arm-linux-gnueabi/ld-2.30.so /lib/ld-linux-armhf.so.3; \
+    ln -s /lib/arm-linux-gnueabi/ld-2.24.so /lib/ld-linux-armhf.so.3; \
     fi;
 
 RUN groupadd -g 1000 jenkins-build && useradd -u 1000 -g 1000 jenkins-build