aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-07-11 16:48:43 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-07-11 16:48:43 +0200
commitcc786f274b4f36cdbccb92d2d5ecfe8c2b59fddb (patch)
tree64210fcbe475c880526c2528e22f15dc2d9ffc13 /docker
parent161fef977e90ee15cfdce17225684d55b6d95264 (diff)
Add openssh-client in core
It's required by snaps ansible tests. Change-Id: Iebd4c7b8de8637a18dd40040749b9a1a0781fff2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index ef9f0e2d2..574de9bae 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 && \