Skip to content
Snippets Groups Projects
Commit 6f3d0434 authored by Christopher Obbard's avatar Christopher Obbard
Browse files

image-builder: Add extra compression tools


Include some extra compression tools from the upstream Debos
dockerfile which may be useful.

Signed-off-by: default avatarChristopher Obbard <chris.obbard@collabora.com>
parent 042de693
No related branches found
No related tags found
2 merge requests!166image-builder: Add extra compression tools,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #183930 passed
...@@ -25,6 +25,7 @@ RUN apt-get update && \ ...@@ -25,6 +25,7 @@ RUN apt-get update && \
binfmt-support \ binfmt-support \
bmap-tools \ bmap-tools \
btrfs-progs \ btrfs-progs \
bzip2 \
ca-certificates \ ca-certificates \
cryptsetup \ cryptsetup \
curl \ curl \
...@@ -47,6 +48,7 @@ RUN apt-get update && \ ...@@ -47,6 +48,7 @@ RUN apt-get update && \
ostree \ ostree \
ostree-push \ ostree-push \
parted \ parted \
pigz \
procps \ procps \
python3 \ python3 \
python3-debian \ python3-debian \
...@@ -54,8 +56,10 @@ RUN apt-get update && \ ...@@ -54,8 +56,10 @@ RUN apt-get update && \
qemu-user-static \ qemu-user-static \
rsync \ rsync \
user-mode-linux \ user-mode-linux \
unzip \
u-boot-tools \ u-boot-tools \
udev udev \
xz-utils
# Defer libnss-unknown package installation to the end to avoid possible UID/GID problems # Defer libnss-unknown package installation to the end to avoid possible UID/GID problems
RUN apt-get update && \ RUN apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment