We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0012f3 + 4d9fc19 commit 5dd4789Copy full SHA for 5dd4789
builder/linux/Dockerfile
@@ -8,6 +8,6 @@ RUN dnf -y upgrade && \
8
dnf -y install 'dnf-command(config-manager)' epel-release && \
9
dnf config-manager --set-enabled powertools && \
10
dnf -y install gcc-c++ git-core nasm ninja-build patchelf \
11
- python3.12-pip && \
+ python3.12-pip zstd && \
12
dnf clean all
13
RUN pip3 install auditwheel license-expression meson
0 commit comments