Skip to content

Commit

Permalink
Remove hash check.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Nov 15, 2024
1 parent 4423be8 commit 9fb03c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "390fdc813e2e58ec5a0def8ce6422b83d75032899167052ab981d8e1b3b14ff2 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
Expand Down

0 comments on commit 9fb03c9

Please sign in to comment.