Add openssh-client in core
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Jul 2017 14:48:43 +0000 (16:48 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Jul 2017 14:48:43 +0000 (16:48 +0200)
It's required by snaps ansible tests.

Change-Id: Iebd4c7b8de8637a18dd40040749b9a1a0781fff2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index ef9f0e2..574de9b 100644 (file)
@@ -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 && \