Skip to content

Commit

Permalink
Change CA file permissions in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
eirsyl committed Sep 8, 2020
1 parent ddde80c commit 0c73132
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM scratch

ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/ca-certificates.crt
ADD --chown=1000:2000 https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/ca-certificates.crt
COPY bin/feedy /

ENTRYPOINT ["/feedy"]
93 changes: 83 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c73132

Please sign in to comment.