Skip to content

Commit 37a5bcf

Browse files
updated docker file
1 parent efb5a69 commit 37a5bcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3
44
# Install necessary dependencies
55
RUN dnf install -y \
66
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 \
7+
dnf install -y git cmake ninja-build gcc-c++ rust cargo \
88
python3 python3-devel && \
99
dnf clean all
1010

11-
RUN source /opt/rh/gcc-toolset-13/enable
1211
# Set Python and pip aliases to use Python 3.9
1312
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1413
ln -sf /usr/bin/pip3 /usr/bin/pip

0 commit comments

Comments
 (0)