Skip to content

Commit

Permalink
fix missing ca certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasse-itix committed Nov 27, 2021
1 parent b249e82 commit 657d46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -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 []
Expand Down

0 comments on commit 657d46e

Please sign in to comment.