Skip to content

Commit

Permalink
v1.18: add ca-certificates to docker image (backport of #1443) (#1445)
Browse files Browse the repository at this point in the history
add ca-certificates to docker image (#1443)

(cherry picked from commit 76f7c79)

Co-authored-by: ArthurMa <[email protected]>
  • Loading branch information
2 people authored and willhickey committed May 31, 2024
1 parent 66aa0f6 commit dcd68c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/docker-solana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXPOSE 8008/udp
EXPOSE 8009/udp

RUN apt update && \
apt-get install -y bzip2 libssl-dev && \
apt-get install -y bzip2 libssl-dev ca-certificates && \
rm -rf /var/lib/apt/lists/*

COPY usr/bin /usr/bin/
Expand Down

0 comments on commit dcd68c3

Please sign in to comment.