diff --git a/Dockerfile b/Dockerfile index 2667574..50d17d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ FROM debian:stable-slim LABEL author="Meutel" WORKDIR /root/ +RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install ca-certificates && update-ca-certificates -f COPY --from=builder /go/src/meutel.net/meutel/go-bouquins/app . COPY templates/ ./templates/ COPY assets/ ./assets/