We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bae5e commit 0253618Copy full SHA for 0253618
cmd/csi-driver/Dockerfile
@@ -46,7 +46,9 @@ RUN ln -s /chroot/chroot-host-wrapper.sh /chroot/blkid \
46
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/umount \
47
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/ip \
48
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/dmidecode \
49
- && ln -s /chroot/chroot-host-wrapper.sh /chroot/dnsdomainname
+ && ln -s /chroot/chroot-host-wrapper.sh /chroot/dnsdomainname \
50
+ && ln -s /chroot/chroot-host-wrapper.sh /chroot/sg_inq \
51
+ && ln -s /chroot/chroot-host-wrapper.sh /chroot/find
52
53
ENV PATH="/chroot:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
54
0 commit comments