Skip to content

Commit

Permalink
add dep to the test docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed Oct 29, 2019
1 parent 6c1aa2e commit 5b295ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_files/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV HELM_VERSION ${HELM_VERSION:-v2.15.0}
ENV GORELEASER_VERSION ${GORELEASER_VERSION:-v0.120.2}
RUN apk --no-cache update \
&& apk add --update --no-cache ca-certificates git ruby \
&& apk add --update -t deps curl tar gzip make bash gcc git openssh \
&& apk add --update -t deps curl tar gzip make bash gcc git dep openssh \
&& rm -rf /var/cache/apk/* \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
Expand Down

0 comments on commit 5b295ea

Please sign in to comment.