Skip to content

Commit

Permalink
build: add e2fsprogs
Browse files Browse the repository at this point in the history
    - we need to ext4 tools-kits for mkfs

Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng authored and futuretea committed Jan 12, 2023
1 parent 70c2200 commit f14a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.suse.com/bci/bci-base:15.4

RUN zypper update --no-confirm && \
zypper install --no-confirm curl iproute2 iputils nfs-client vim xfsprogs zip
zypper install --no-confirm curl iproute2 iputils nfs-client vim xfsprogs e2fsprogs zip

COPY bin/harvester-csi-driver /usr/bin/

Expand Down

0 comments on commit f14a03a

Please sign in to comment.