From c7e52897a0cd80c3680a0ad3b24f07516b994c5d Mon Sep 17 00:00:00 2001 From: Gerard Snaauw Date: Fri, 6 Dec 2024 15:21:39 +0100 Subject: [PATCH] don't call update-ca-certificates --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a83ad0e1d..0fdf7e4f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \