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:
3a0d983
)
Add missing softwares
71/30171/2
author
wu.zhihui
<wu.zhihui1@zte.com.cn>
Thu, 9 Mar 2017 13:40:09 +0000
(21:40 +0800)
committer
zhihui wu
<zhihui.wu2006+zte@gmail.com>
Fri, 10 Mar 2017 04:14:21 +0000
(
04:14
+0000)
Install iputils-ping for ping and rsync for synchronizing
files and directories.
Change-Id: I93ba44bcb04948bbe846fb179dc673aa86a6a92a
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
1366513
..
149c1fd
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-35,6
+35,8
@@
RUN apt-get update && apt-get install -y \
curl \
supervisor \
python-setuptools \
+ iputils-ping\
+ rsync
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*