From f59f5bac75eda1376a47d5a57d13db2896ea37c1 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 13 Jun 2023 11:12:01 +0200 Subject: [PATCH] Add zstd to the osbuilder image Useful to support zstd compression when working with arm images Signed-off-by: Itxaka --- tools-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-image/Dockerfile b/tools-image/Dockerfile index cad36cd..07609c4 100644 --- a/tools-image/Dockerfile +++ b/tools-image/Dockerfile @@ -71,7 +71,7 @@ COPY --from=grub-artifacts / /arm/grub/artifacts RUN zypper ref && zypper dup -y ## ISO Build depedencies -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 RUN mkdir /config # Arm image build deps