Skip to content

Commit 2033fc1

Browse files
authored
chore(docker): add openssh-client to Dockerfile (#429)
Allows pulling secret jsonnet resources (stored in git); fixes #428 Signed-off-by: Matthias Riegler <[email protected]>
1 parent ebdc788 commit 2033fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN git clone https://github.com/jsonnet-bundler/jsonnet-bundler &&\
1515

1616
# assemble final container
1717
FROM alpine
18-
RUN apk add --no-cache coreutils diffutils less git
18+
RUN apk add --no-cache coreutils diffutils less git openssh-client
1919
COPY tk /usr/local/bin/tk
2020
COPY --from=kubectl /usr/local/bin/kubectl /usr/local/bin/kubectl
2121
COPY --from=jb /usr/local/bin/jb /usr/local/bin/jb

0 commit comments

Comments
 (0)