Skip to content

Commit

Permalink
Reinstall certs in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tuite committed Apr 10, 2020
1 parent edf2918 commit 8b7f264
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.DS_Store
kubewise
*.tgz
dist
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
FROM scratch
RUN apk update && \
apk add ca-certificates && \
update-ca-certificates && \
rm -rf /var/cache/apk/*
COPY kubewise /
ENTRYPOINT ["/kubewise"]

0 comments on commit 8b7f264

Please sign in to comment.