Skip to content

Commit

Permalink
add ca-certificates to container image (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed May 13, 2024
1 parent 5c1e017 commit 73702f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

RUN apk add --no-cache bash tzdata
RUN apk add --no-cache bash tzdata ca-certificates

RUN mkdir /config && \
mkdir /certs && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

RUN apk add --no-cache bash tzdata
RUN apk add --no-cache bash tzdata ca-certificates

RUN mkdir /config && \
mkdir /certs && \
Expand Down

0 comments on commit 73702f4

Please sign in to comment.