Add certificates to the docker image
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user