diff --git a/Dockerfile b/Dockerfile index f7ea5c8a..2b908514 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ RUN ln -s /chroot/chroot-host-wrapper.sh /chroot/blkid \ && ln -s /chroot/chroot-host-wrapper.sh /chroot/mkfs.ext4 \ && ln -s /chroot/chroot-host-wrapper.sh /chroot/mkfs.xfs \ && ln -s /chroot/chroot-host-wrapper.sh /chroot/mkfs.btrfs \ + && ln -s /chroot/chroot-host-wrapper.sh /chroot/dumpe2fs \ && ln -s /chroot/chroot-host-wrapper.sh /chroot/xfs_io \ && ln -s /chroot/chroot-host-wrapper.sh /chroot/xfs_growfs \ && ln -s /chroot/chroot-host-wrapper.sh /chroot/xfs_repair \