Skip to content

Commit bd8f05c

Browse files
authored
Merge pull request #128 from Leaseweb/safe_not_mounted
fix: Safe not mounted detection
2 parents 40fbd87 + b171fb5 commit bd8f05c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/cloudstack-csi-driver/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ RUN apk add --no-cache \
1111
e2fsprogs-extra \
1212
# Provides mkfs.xfs
1313
xfsprogs \
14-
# Provides blkid, also used by k8s.io/mount-utils
15-
blkid
14+
# blkid, mount and umount are required by k8s.io/mount-utils \
15+
blkid \
16+
mount \
17+
umount
1618

1719
COPY ./bin/cloudstack-csi-driver /cloudstack-csi-driver
1820
ENTRYPOINT ["/cloudstack-csi-driver"]

0 commit comments

Comments
 (0)