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 .