From: Cédric Ollivier Date: Tue, 11 Jul 2017 14:48:43 +0000 (+0200) Subject: Add openssh-client in core X-Git-Tag: 0.2~486^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=cc786f274b4f36cdbccb92d2d5ecfe8c2b59fddb;p=functest-xtesting.git Add openssh-client in core It's required by snaps ansible tests. Change-Id: Iebd4c7b8de8637a18dd40040749b9a1a0781fff2 Signed-off-by: Cédric Ollivier --- diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index ef9f0e2d..574de9ba 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/ocata RUN apk --no-cache add --update \ python libffi libssl1.0 libjpeg-turbo py-pip bash \ - grep sed wget ca-certificates git && \ + grep sed wget ca-certificates git openssh-client && \ apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ openssl-dev libjpeg-turbo-dev && \