From 23fec6721c88763d733248def6b45dbea47bb566 Mon Sep 17 00:00:00 2001 From: Meutel Date: Wed, 3 Jul 2019 20:08:23 +0200 Subject: [PATCH] Certs for oauth2 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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/