diff --git a/image-builder/Dockerfile b/image-builder/Dockerfile index 1f18b0674b42c203ad44600f7a79f23251c401a8..02de19b9eff8dcb5e5ca788180d7d89d20c4b6fa 100644 --- a/image-builder/Dockerfile +++ b/image-builder/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update && \ binfmt-support \ bmap-tools \ btrfs-progs \ + bzip2 \ ca-certificates \ cryptsetup \ curl \ @@ -47,6 +48,7 @@ RUN apt-get update && \ ostree \ ostree-push \ parted \ + pigz \ procps \ python3 \ python3-debian \ @@ -54,8 +56,10 @@ RUN apt-get update && \ qemu-user-static \ rsync \ user-mode-linux \ + unzip \ u-boot-tools \ - udev + udev \ + xz-utils # Defer libnss-unknown package installation to the end to avoid possible UID/GID problems RUN apt-get update && \