Skip to content

Commit

Permalink
adding openssh to the docker image. fixes #113
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Oct 27, 2018
1 parent 3ccd340 commit 4cd0800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN cd helmsman \

# The image to keep
FROM alpine:3.7
RUN apk add --update --no-cache ca-certificates git
RUN apk add --update --no-cache ca-certificates git openssh

ARG HELM_VERSION=v2.10.0
ARG KUBE_VERSION="v1.11.3"
Expand Down

0 comments on commit 4cd0800

Please sign in to comment.