We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chroot
1 parent db89fa0 commit c27fb29Copy full SHA for c27fb29
rootfs/chroot.sh
@@ -47,4 +47,5 @@ cp /etc/passwd /etc/group /etc/hosts /chroot/etc/
47
cp -a /usr/* /chroot/usr/
48
cp -a /etc/nginx/* /chroot/etc/nginx/
49
cp -a /etc/ingress-controller/* /chroot/etc/ingress-controller/
50
-cp /lib/ld-musl-* /lib/libcrypto* /lib/libssl* /lib/libz* /chroot/lib/
+cp /lib/ld-musl-* /chroot/lib/
51
+cp /usr/lib/libcrypto* /usr/lib/libssl* /usr/lib/libz* /chroot/usr/lib/
0 commit comments