File tree 1 file changed +2
-6
lines changed
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
21
21
# Note: A dummy file 'control' is created in /tmp/ to artificially create dependencies between stages when building stages in parallel
22
22
# when `--jobs=<N>` is passed with podman build command
23
23
RUN 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 \
30
26
&& dnf install -y \
31
27
git tar gcc-toolset-13 automake libtool numactl-devel lapack-devel \
32
28
pkgconfig xsimd zeromq-devel kmod findutils protobuf* \
You can’t perform that action at this time.
0 commit comments