Skip to content

Commit

Permalink
Merge pull request #1 from BrianBerzins/ca-certificates
Browse files Browse the repository at this point in the history
Adding ca-certificates
  • Loading branch information
brianberzins authored Dec 13, 2016
2 parents 863b4ce + 1f60f73 commit fe577b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine

RUN mkdir /root/.kube
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
ADD https://storage.googleapis.com/kubernetes-release/release/v1.4.1/bin/linux/amd64/kubectl /usr/local/bin/kubectl
RUN chmod a+x /usr/local/bin/kubectl
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

contains:
- kubectl for executing kubernetes commands
- ca-certificates
- the `~/.kube/` directory

0 comments on commit fe577b9

Please sign in to comment.