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.
1 parent b3e3dca commit 43e48f4Copy full SHA for 43e48f4
runtimes/minimal/ubi9-python-3.11/Dockerfile.cpu
@@ -12,7 +12,7 @@ USER 0
12
RUN ARCH=$(uname -m) && \
13
echo "Detected architecture: $ARCH" && \
14
PACKAGES="mesa-libGL skopeo" && \
15
- if [ "$ARCH" = "s390x" ]; then \
+ if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then \
16
PACKAGES="$PACKAGES gcc g++ make openssl-devel autoconf automake libtool cmake"; \
17
fi && \
18
dnf install -y $PACKAGES && \
0 commit comments