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 b291b77 commit 08a0989Copy full SHA for 08a0989
Dockerfile
@@ -26,3 +26,4 @@ COPY --from=curl /usr/local/lib/libcurl.so /usr/lib/libcurl.so
26
COPY --from=curl /usr/local/lib/libcurl.so.4 /usr/lib/libcurl.so.4
27
COPY --from=curl /usr/local/lib/libcurl.so.4.8.0 /usr/lib/libcurl.so.4.8.0
28
29
+RUN apt update && apt install libssl3 ca-certificates -y
0 commit comments