Skip to content

Commit

Permalink
don't call update-ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn committed Dec 6, 2024
1 parent a71f4df commit c7e5289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ FROM alpine:3.21.0
RUN apk update \
&& apk add --no-cache \
tzdata \
curl \
&& update-ca-certificates
curl
COPY --from=builder /opt/nuts/nuts /usr/bin/nuts

HEALTHCHECK --start-period=30s --timeout=5s --interval=10s \
Expand Down

0 comments on commit c7e5289

Please sign in to comment.