File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
9292ENV SSL_CERT_FILE=
9393#RUN bash build_scripts/build.sh && rm -r build_scripts
9494RUN bash build_scripts/build.sh || (echo "Checksum verification failed!" && exit 1)
95+
9596FROM base as final
9697COPY --from=python /opt/python /opt/python
9798COPY --from=python /opt/_internal /opt/_internal
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ OPENSSL_HASH=0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1
1212DEVTOOLS_HASH=a8ebeb4bed624700f727179e6ef771dafe47651131a00a78b342251415646acc
1313PATCHELF_HASH=d9afdff4baeacfbc64861454f368b7f2c15c44d245293f7587bbf726bfe722fb
1414CURL_ROOT=curl-7.73.0
15- CURL_HASH=cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131
15+ # CURL_HASH=cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131
16+ CURL_HASH=b193a4c62b47452871cf709b6156128aa08bb6644756131de308faf02a77151b
1617AUTOCONF_ROOT=autoconf-2.69
1718AUTOCONF_HASH=954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
1819
You can’t perform that action at this time.
0 commit comments