Skip to content

Commit

Permalink
Install libssl3 and ca-certificates in container as it's required
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 1, 2024
1 parent b291b77 commit 08a0989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ COPY --from=curl /usr/local/lib/libcurl.so /usr/lib/libcurl.so
COPY --from=curl /usr/local/lib/libcurl.so.4 /usr/lib/libcurl.so.4
COPY --from=curl /usr/local/lib/libcurl.so.4.8.0 /usr/lib/libcurl.so.4.8.0

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

0 comments on commit 08a0989

Please sign in to comment.