From 4d9fc19ac9afc0c2eeaca782e2559b650080c2fd Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 26 Feb 2026 22:28:46 -0800 Subject: [PATCH] builder/linux: add zstd Allow unpacking zstd-compressed build overrides inside the container. Don't bump the API version because bintool doesn't need this. CI workflows do, and they always use latest. Signed-off-by: Benjamin Gilbert --- builder/linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/linux/Dockerfile b/builder/linux/Dockerfile index 1ff7335..65aeb9e 100644 --- a/builder/linux/Dockerfile +++ b/builder/linux/Dockerfile @@ -8,6 +8,6 @@ RUN dnf -y upgrade && \ dnf -y install 'dnf-command(config-manager)' epel-release && \ dnf config-manager --set-enabled powertools && \ dnf -y install gcc-c++ git-core nasm ninja-build patchelf \ - python3.12-pip && \ + python3.12-pip zstd && \ dnf clean all RUN pip3 install auditwheel license-expression meson