Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2a91ca1
)
bugfix: install the missing package openssh-client
49/39249/1
author
zhihui wu
<wu.zhihui1@zte.com.cn>
Mon, 14 Aug 2017 10:52:52 +0000
(18:52 +0800)
committer
zhihui wu
<wu.zhihui1@zte.com.cn>
Mon, 14 Aug 2017 10:52:52 +0000
(18:52 +0800)
Change-Id: Ie0889a8e3cd5ae30765353329320aed938749e46
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
8109fb6
..
0405aa4
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-36,6
+36,7
@@
RUN apt-get update && apt-get install -y \
iputils-ping \
wget \
curl \
+ openssh-client \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*