diff --git a/Dockerfile b/Dockerfile index c249129b..2f01e87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,9 +34,7 @@ RUN apk add --no-cache --update curl WORKDIR /root -RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem \ - -o aws-cert-bundle.pem -RUN echo "ed2b625ceeca0ebacf413972c33acbeb65a6c6b94d0c6434f1bb006cd4904ede aws-cert-bundle.pem" | sha256sum -c - +RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem -o aws-cert-bundle.pem # add frontend assets compiled in node container, required by phx.digest COPY --from=assets-builder /root/priv/static ./priv/static