Skip to content

Commit

Permalink
Re-add openssh-client (#1815)
Browse files Browse the repository at this point in the history
This allows the Molecule image to clone `git+ssh` role URLs in a
requirements.yml files and was intially reported in:

    #1604

And accidentally removed in:

    bce7bfe

Re-adding to the build now.

Signed-off-by: Luke Murphy <[email protected]>
  • Loading branch information
decentral1se authored Mar 11, 2019
1 parent 1040a02 commit 2e8bd6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ LABEL maintainer "Ansible <[email protected]>"

ENV PACKAGES="\
docker \
openssh-client \
ruby \
"

ENV BUILD_DEPS="\
gcc \
libc-dev \
Expand Down

0 comments on commit 2e8bd6a

Please sign in to comment.