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 0463caf commit 00d7ddbCopy full SHA for 00d7ddb
.github/workflows/Dockerfile.ppc64le
@@ -4,7 +4,7 @@ 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-c++ rust cargo zip \
+ dnf install -y git cmake ninja-build gcc-c++ rust cargo zip dos2unix \
8
python3 python3-devel && \
9
dnf clean all
10
0 commit comments