We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdc788 commit 2033fc1Copy full SHA for 2033fc1
Dockerfile
@@ -15,7 +15,7 @@ RUN git clone https://github.com/jsonnet-bundler/jsonnet-bundler &&\
15
16
# assemble final container
17
FROM alpine
18
-RUN apk add --no-cache coreutils diffutils less git
+RUN apk add --no-cache coreutils diffutils less git openssh-client
19
COPY tk /usr/local/bin/tk
20
COPY --from=kubectl /usr/local/bin/kubectl /usr/local/bin/kubectl
21
COPY --from=jb /usr/local/bin/jb /usr/local/bin/jb
0 commit comments