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 296cce4 commit 7208af9Copy full SHA for 7208af9
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -67,7 +67,7 @@ FROM base as openssl
67
# (In order to have a proper SSL module, Python is compiled
68
# against a recent openssl [see env vars above], which is linked
69
# statically. We delete openssl afterwards.)
70
-ADD ./common/install_openssl.sh install_openssl.sh
+ADD ./common/install_openssl-ppc64le.sh install_openssl.sh
71
RUN bash ./install_openssl.sh && rm install_openssl.sh
72
ENV SSL_CERT_FILE=/opt/_internal/certs.pem
73
0 commit comments