File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ COPY --from=build-curl /etc/ld.so.conf.d/libc.conf /etc/ld.so.conf.d/libcurl.con
7373COPY --from=build-curl /usr/local/lib/libcurl.so.4 /usr/local/lib/libcurl.so.4
7474COPY --from=build-curl /usr/local/bin/curl /usr/local/bin/curl
7575COPY --from=build-curl /openssl/lib64/ /openssl/lib64/
76- COPY --from=build-curl /nghttp3/lib/libnghttp3.so.2 /nghttp3/lib/libnghttp3.so.2
77- COPY --from=build-curl /ngtcp2/lib/libngtcp2.so.6 /ngtcp2/lib/libngtcp2.so.6
76+ COPY --from=build-curl /nghttp3/lib/libnghttp3.so.3 /nghttp3/lib/libnghttp3.so.3
77+ COPY --from=build-curl /ngtcp2/lib/libngtcp2.so.7 /ngtcp2/lib/libngtcp2.so.7
7878COPY --from=build-curl /ngtcp2/lib/libngtcp2_crypto_openssl.so.2 /ngtcp2/lib/libngtcp2_crypto_openssl.so.2
7979RUN ldconfig
8080CMD ["bash" ]
You can’t perform that action at this time.
0 commit comments