Skip to content

Commit 5dd4789

Browse files
authored
Merge pull request #431 from bgilbert/zstd
builder/linux: add zstd
2 parents c0012f3 + 4d9fc19 commit 5dd4789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN dnf -y upgrade && \
88
dnf -y install 'dnf-command(config-manager)' epel-release && \
99
dnf config-manager --set-enabled powertools && \
1010
dnf -y install gcc-c++ git-core nasm ninja-build patchelf \
11-
python3.12-pip && \
11+
python3.12-pip zstd && \
1212
dnf clean all
1313
RUN pip3 install auditwheel license-expression meson

0 commit comments

Comments
 (0)