Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c49b2a

Browse filesBrowse files
committed
Add make to kubectl-kubernikus image
1 parent 75b0c59 commit 9c49b2a
Copy full SHA for 9c49b2a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎contrib/kubernikus-kubectl/Dockerfile

Copy file name to clipboardExpand all lines: contrib/kubernikus-kubectl/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM alpine:3.6
66
ARG KUBERNETES_VERSION=v1.7.7
77
ARG HELM_VERSION=v2.7.0
88

9-
RUN apk add --no-cache --virtual=build-dependencies bash jq curl ca-certificates
9+
RUN apk add --no-cache --virtual=build-dependencies bash jq curl ca-certificates make
1010

1111
RUN curl -fLo /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBERNETES_VERSION}/bin/linux/amd64/kubectl \
1212
&& chmod +x /usr/bin/kubectl /usr/bin/kubectl \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.