3
0

Add certificates to the docker image

This commit is contained in:
Denis Arh
2018-09-24 07:51:15 +02:00
parent e6c5468a59
commit 42fbfcb898
+2
View File
@@ -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