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 efb5a69 commit 37a5bcfCopy full SHA for 37a5bcf
.github/workflows/Dockerfile.ppc64le
@@ -4,11 +4,10 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3
4
# Install necessary dependencies
5
RUN dnf install -y \
6
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
7
- dnf install -y git cmake ninja-build gcc-toolset-13 rust cargo \
+ dnf install -y git cmake ninja-build gcc-c++ rust cargo \
8
python3 python3-devel && \
9
dnf clean all
10
11
-RUN source /opt/rh/gcc-toolset-13/enable
12
# Set Python and pip aliases to use Python 3.9
13
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
14
ln -sf /usr/bin/pip3 /usr/bin/pip
0 commit comments