File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,8 @@ ENV UV_LINK_MODE=copy
2121# Note: A dummy file 'control' is created in /tmp/ to artificially create dependencies between stages when building stages in parallel
2222# when `--jobs=<N>` is passed with podman build command
2323RUN microdnf install -y openssl-devel dnf \
24- && dnf install -y https://mirror.stream.centos.org/9-stream/BaseOS/`arch`/os/Packages/centos-gpg-keys-9.0-24.el9.noarch.rpm \
25- https://mirror.stream.centos.org/9-stream/BaseOS/`arch`/os/Packages/centos-stream-repos-9.0-24.el9.noarch.rpm \
26- https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
27- && dnf config-manager --add-repo https://mirror.stream.centos.org/9-stream/BaseOS/`arch`/os \
28- && dnf config-manager --add-repo https://mirror.stream.centos.org/9-stream/AppStream/`arch`/os \
29- && dnf config-manager --set-enabled crb \
24+ && dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
25+ && dnf config-manager --set-enabled codeready-builder-for-rhel-9-ppc64le-rpms \
3026 && dnf install -y \
3127 git tar gcc-toolset-13 automake libtool numactl-devel lapack-devel \
3228 pkgconfig xsimd zeromq-devel kmod findutils protobuf* \
You can’t perform that action at this time.
0 commit comments