We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1372a93 commit f59f5baCopy full SHA for f59f5ba
tools-image/Dockerfile
@@ -71,7 +71,7 @@ COPY --from=grub-artifacts / /arm/grub/artifacts
71
RUN zypper ref && zypper dup -y
72
73
## ISO Build depedencies
74
-RUN zypper ref && zypper in -y xfsprogs parted util-linux-systemd e2fsprogs curl util-linux udev rsync grub2 dosfstools grub2-x86_64-efi squashfs mtools xorriso lvm2
+RUN zypper ref && zypper in -y xfsprogs parted util-linux-systemd e2fsprogs curl util-linux udev rsync grub2 dosfstools grub2-x86_64-efi squashfs mtools xorriso lvm2 zstd
75
RUN mkdir /config
76
77
# Arm image build deps
0 commit comments