From 366147766fc6ea86f1eb32ebe44413d66e93f88e Mon Sep 17 00:00:00 2001 From: skidoodle Date: Wed, 9 Oct 2024 01:34:41 +0200 Subject: [PATCH] x --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f9b9ab3..19f7c98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ COPY . . RUN go build -o trackncore . FROM alpine:latest +RUN apk --no-cache add ca-certificates WORKDIR /app/ COPY --from=builder /build/trackncore . COPY --from=builder /build/index.html .