diff --git a/build/Dockerfile b/build/Dockerfile index ae88dfc8f..82d798163 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -16,8 +16,7 @@ LABEL org.opencontainers.image.vendor="Alcion, Inc." COPY --from=builder /go/src/app/corso /corso -# Pull tls certs directly from latest upstream image -COPY --from=alpine:latest /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ +RUN apk add --no-cache ca-certificates ENV CORSO_HOME=/app/corso ENV CORSO_CONFIG_DIR=$CORSO_HOME \