Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
161fef9
)
Add openssh-client in core
83/37183/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 11 Jul 2017 14:48:43 +0000
(16:48 +0200)
committer
Cé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
patch
|
blob
|
history
diff --git
a/docker/core/Dockerfile
b/docker/core/Dockerfile
index
ef9f0e2
..
574de9b
100644
(file)
--- 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 && \