Skip to content

Commit

Permalink
add sg_inq and find binaries needed for rescan-scsi-bus and resize (#305
Browse files Browse the repository at this point in the history
)

Signed-off-by: Raunak <[email protected]>
  • Loading branch information
raunakkumar committed Feb 22, 2022
1 parent f5bae5e commit 0253618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/csi-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ RUN ln -s /chroot/chroot-host-wrapper.sh /chroot/blkid \
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/umount \
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/ip \
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/dmidecode \
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/dnsdomainname
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/dnsdomainname \
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/sg_inq \
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/find

ENV PATH="/chroot:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

Expand Down

0 comments on commit 0253618

Please sign in to comment.