mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-25 08:27:39 +02:00
fix buster ld symlink
This commit is contained in:
parent
aee344fe47
commit
16d27dfddb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN if test "$TARGETPLATFORM" = "linux/mips64le"; then \
|
|||
rm go.tar.gz; \
|
||||
fi;
|
||||
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.28.so /lib/ld-linux-armhf.so.3; \
|
||||
fi;
|
||||
|
||||
RUN groupadd -g 1000 jenkins-build && useradd -u 1000 -g 1000 jenkins-build
|
||||
|
|
Loading…
Add table
Reference in a new issue