Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
download kind binary
Browse files Browse the repository at this point in the history
  • Loading branch information
useswachte committed Jun 17, 2019
1 parent 0c4259e commit 1e815e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ RUN curl -LsO https://storage.googleapis.com/kubernetes-helm/$HELM_ARCHIVE && ta

RUN curl -LsO https://github.com/openfaas/faas-cli/releases/download/${FAAS_CLI_VERSION}/faas-cli && chmod +x faas-cli && cp faas-cli /usr/local/bin

RUN go version
RUN go get -u sigs.k8s.io/kind
RUN cp $(go env GOPATH)/bin/* /usr/local/bin
RUN wget -q -O /usr/local/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
RUN chmod +x /usr/local/bin/kind

# Install node & npm
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
Expand Down

0 comments on commit 1e815e8

Please sign in to comment.