Skip to content

Commit

Permalink
Add ca-certificates to CCI stats (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper authored Jan 10, 2025
1 parent abe5e70 commit 8b2e494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cci-stats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN make build

FROM alpine:3.20
RUN addgroup -S app && adduser -S app -G app
RUN apk add --no-cache ca-certificates
USER app
WORKDIR /app

Expand Down

0 comments on commit 8b2e494

Please sign in to comment.