File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ FROM patchelf as python
9090COPY manywheel/build_scripts /build_scripts
9191ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
9292ENV SSL_CERT_FILE=
93- # RUN bash build_scripts/build.sh && rm -r build_scripts
94- RUN bash build_scripts/build.sh || (echo "Checksum verification failed!" && exit 1)
93+ RUN bash build_scripts/build.sh && rm -r build_scripts
94+ # RUN bash build_scripts/build.sh || (echo "Checksum verification failed!" && exit 1)
9595
9696FROM base as final
9797COPY --from=python /opt/python /opt/python
Original file line number Diff line number Diff line change @@ -87,22 +87,6 @@ ln -s $($PY39_BIN/python -c 'import certifi; print(certifi.where())') \
8787# Dockerfiles:
8888export SSL_CERT_FILE=/opt/_internal/certs.pem
8989
90- # #####################
91- # Remove old file if it exists
92- rm -f curl-7.73.0.tar.bz2
93-
94- # Download the file
95- curl -sLO https://curl.askapache.com/download/curl-7.73.0.tar.bz2
96-
97- # Verify SHA256 Checksum
98- echo " cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131 curl-7.73.0.tar.bz2" | sha256sum -c -
99-
100- # If checksum fails, exit with an error
101- if [ $? -ne 0 ]; then
102- echo " Error: SHA256 checksum mismatch for curl-7.73.0.tar.bz2"
103- exit 1
104- fi
105- # ############################
10690# Install newest curl
10791build_curl $CURL_ROOT $CURL_HASH
10892rm -rf /usr/local/include/curl /usr/local/lib/libcurl* /usr/local/lib/pkgconfig/libcurl.pc
You can’t perform that action at this time.
0 commit comments