Skip to content

Commit

Permalink
try installing ca-certificates to solve certificate issues when tryin…
Browse files Browse the repository at this point in the history
…g to run container
  • Loading branch information
Timtam committed Mar 5, 2024
1 parent df5b025 commit af15bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM debian:bookworm-slim
# prepare the OS

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install --no-install-recommends libssl-dev && \
apt-get -y install --no-install-recommends libssl-dev ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit af15bbb

Please sign in to comment.