Skip to content

Commit

Permalink
Merge pull request #1 from AnchorFree/INFRA-5643-add-git-crypt
Browse files Browse the repository at this point in the history
INFRA-5643 add git-crypt
  • Loading branch information
onorua authored Mar 11, 2018
2 parents 705af79 + bebcde3 commit f9949a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM alpine
RUN apk add --update curl

RUN apk --no-cache add ca-certificates git \
&& wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-git-crypt/master/sgerrand.rsa.pub \
&& wget https://github.com/sgerrand/alpine-pkg-git-crypt/releases/download/0.6.0-r0/git-crypt-0.6.0-r0.apk \
&& apk add git-crypt-0.6.0-r0.apk \
&& rm git-crypt-0.6.0-r0.apk

RUN curl -sLo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl

Expand Down

0 comments on commit f9949a5

Please sign in to comment.