From 2e8bd6a3d00a327d9e039cec638211fb0e452b70 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 11 Mar 2019 18:28:05 +0100 Subject: [PATCH] Re-add openssh-client (#1815) This allows the Molecule image to clone `git+ssh` role URLs in a requirements.yml files and was intially reported in: https://github.com/ansible/molecule/pull/1604 And accidentally removed in: https://github.com/ansible/molecule/commit/bce7bfebcaa66c9417f653778f7e4bf03a554af5 Re-adding to the build now. Signed-off-by: Luke Murphy --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c111a9099f..7a3a34e2b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,10 @@ LABEL maintainer "Ansible " ENV PACKAGES="\ docker \ + openssh-client \ ruby \ " + ENV BUILD_DEPS="\ gcc \ libc-dev \