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 40b2c23 commit eea6333Copy full SHA for eea6333
runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu
@@ -41,7 +41,7 @@ ARCH=$(uname -m)
41
echo "Detected architecture: $ARCH"
42
PACKAGES="perl mesa-libGL skopeo"
43
if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then
44
- PACKAGES="$PACKAGES gcc g++ make openssl-devel autoconf automake libtool cmake"
+ PACKAGES="$PACKAGES gcc g++ ninja-build openssl-devel autoconf automake libtool cmake"
45
fi
46
dnf install -y --setopt=keepcache=1 $PACKAGES
47
EOF
0 commit comments