Skip to content

Commit

Permalink
add erofs-utils
Browse files Browse the repository at this point in the history
erofs is a potential replacement for uses of squashfs in the distro.

Signed-off-by: Ben Cressey <bcressey@amazon.com>
  • Loading branch information
bcressey committed Oct 23, 2021
1 parent f3e0c62 commit b22aac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
createrepo_c e2fsprogs gdisk grub2-tools.$(uname -m) \
kpartx lz4 veritysetup dosfstools mtools squashfs-tools \
perl-FindBin perl-IPC-Cmd perl-open policycoreutils \
secilc qemu-img glib2-devel rpcgen && \
secilc qemu-img glib2-devel rpcgen erofs-utils && \
dnf clean all && \
useradd builder
COPY ./sdk-fetch /usr/local/bin
Expand Down

0 comments on commit b22aac6

Please sign in to comment.