summaryrefslogtreecommitdiffstats
path: root/ci/build_rpm
diff options
context:
space:
mode:
authorYao Lu <lu.yao135@zte.com.cn>2016-11-14 19:32:08 +0800
committerYao Lu <lu.yao135@zte.com.cn>2016-11-14 19:32:08 +0800
commit6e72f2059dddb5f136d4826f099bbff9dd7d0bb6 (patch)
tree31210d64f20572c230c9a8774fc4246fce71e85a /ci/build_rpm
parent84b8ca064ad2f515b763998958c671ae2318f305 (diff)
install wget rpm in docker
Change-Id: I89d877e53c36c7ba329cc5d966b1089b59903806 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
Diffstat (limited to 'ci/build_rpm')
-rw-r--r--ci/build_rpm/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile
index ac059086..3dffbe4a 100644
--- a/ci/build_rpm/Dockerfile
+++ b/ci/build_rpm/Dockerfile
@@ -3,6 +3,7 @@ LABEL daisy_image_version=1.0
RUN yum -y update
RUN yum -y install centos-release-openstack-mitaka
RUN yum -y install \
+ wget \
coreutils \
which \
gawk \