Skip to content

Commit

Permalink
add ca-certificates to docker image (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
4406arthur authored May 21, 2024
1 parent 4826b6a commit 76f7c79
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 76f7c79

Please sign in to comment.