We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ninja-build
ubi9-python-3.12
1 parent ca7bcb2 commit bf837dcCopy full SHA for bf837dc
runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu
@@ -33,7 +33,7 @@ RUN ARCH=$(uname -m) && \
33
echo "Detected architecture: $ARCH" && \
34
PACKAGES="perl mesa-libGL skopeo" && \
35
if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then \
36
- PACKAGES="$PACKAGES gcc g++ make openssl-devel autoconf automake libtool cmake"; \
+ PACKAGES="$PACKAGES gcc g++ ninja-build openssl-devel autoconf automake libtool cmake"; \
37
fi && \
38
dnf install -y $PACKAGES && \
39
dnf clean all && rm -rf /var/cache/yum
0 commit comments