diff --git a/Containerfile b/Containerfile index 4e55a1f..980f1d1 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ FROM scratch ARG BUILT_ARTIFACT ADD "$BUILT_ARTIFACT" / +ADD https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt EXPOSE 8080 ENTRYPOINT [ "/photo-bot" ] CMD []