From 6f3d043428526f29111244446c27f76e7e733626 Mon Sep 17 00:00:00 2001 From: Christopher Obbard <chris.obbard@collabora.com> Date: Mon, 25 Jan 2021 10:00:08 +0000 Subject: [PATCH] image-builder: Add extra compression tools Include some extra compression tools from the upstream Debos dockerfile which may be useful. Signed-off-by: Christopher Obbard <chris.obbard@collabora.com> --- image-builder/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/image-builder/Dockerfile b/image-builder/Dockerfile index 1f18b06..02de19b 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 && \ -- GitLab