Skip to content

Commit

Permalink
add CA certs to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntNail committed Sep 10, 2024
1 parent 5172f3c commit 948fa61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ EOF
FROM debian:bullseye-slim AS final
LABEL org.opencontainers.image.source=https://github.com/BurntNail/vent

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

# Create a non-privileged user that the app will run under.
# See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ #user
Expand Down

0 comments on commit 948fa61

Please sign in to comment.