Skip to content

Commit 08a0989

Browse files
authored
Install libssl3 and ca-certificates in container as it's required
1 parent b291b77 commit 08a0989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ COPY --from=curl /usr/local/lib/libcurl.so /usr/lib/libcurl.so
2626
COPY --from=curl /usr/local/lib/libcurl.so.4 /usr/lib/libcurl.so.4
2727
COPY --from=curl /usr/local/lib/libcurl.so.4.8.0 /usr/lib/libcurl.so.4.8.0
2828

29+
RUN apt update && apt install libssl3 ca-certificates -y

0 commit comments

Comments
 (0)