Skip to content

Commit f59f5ba

Browse files
committed
Add zstd to the osbuilder image
Useful to support zstd compression when working with arm images Signed-off-by: Itxaka <[email protected]>
1 parent 1372a93 commit f59f5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ COPY --from=grub-artifacts / /arm/grub/artifacts
7171
RUN zypper ref && zypper dup -y
7272

7373
## 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
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 zstd
7575
RUN mkdir /config
7676

7777
# Arm image build deps

0 commit comments

Comments
 (0)