From 42fbfcb898c179c2214e400ebeb2ca1d14369179 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Mon, 24 Sep 2018 07:51:15 +0200 Subject: [PATCH] Add certificates to the docker image --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 30f0abc47..295876a87 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -24,6 +24,8 @@ WORKDIR /crust COPY --from=builder /build/* /crust/ +ADD https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt + ARG APP ENV APP=$APP