aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-05-11 14:07:32 +0800
committerzhihui wu <wu.zhihui1@zte.com.cn>2017-05-11 16:54:10 +0800
commit9be42d3ab9702e5a44132161fa4d86e5a47d258f (patch)
treef5ff1a384cb636f2cea3d66fe427a411e9b58ebd /docker
parentdae8de048d633997b5c96a773d29f52d65af462f (diff)
The script for CI
- The script includes all steps to trigger QTIP test On CI. - Add a dependency iputils-ping for command "ping" Change-Id: Ia7712cc9eedf227686896e2a38f3b8baf03d7397 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 16e552f1..027fd74a 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -y \
python-pip \
python-setuptools \
rsync \
+ iputils-ping \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*