Skip to content

Commit f880d42

Browse files
authored
Fixed build on ppc64le due to openssl conflicts (#18262)
Signed-off-by: Nishidha Panpaliya <nishidha.panpaliya@partner.ibm.com>
1 parent dcfe952 commit f880d42

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docker/Dockerfile.ppc64le

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2323
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 \
3026
&& dnf install -y \
3127
git tar gcc-toolset-13 automake libtool numactl-devel lapack-devel \
3228
pkgconfig xsimd zeromq-devel kmod findutils protobuf* \

0 commit comments

Comments
 (0)