Add packages required by build script 91/24091/8
authorZhijiang <hu.zhijiang@zte.com.cn>
Wed, 9 Nov 2016 04:09:15 +0000 (23:09 -0500)
committerZhijiang <hu.zhijiang@zte.com.cn>
Wed, 9 Nov 2016 05:00:03 +0000 (00:00 -0500)
Change-Id: Iabb6dbd5a542843d0607f1b5b73991404f3e4eaa
Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
ci/build_rpm/Dockerfile

index b52923c..ac05908 100644 (file)
@@ -4,6 +4,9 @@ RUN yum -y update
 RUN yum -y install centos-release-openstack-mitaka
 RUN yum -y install \
   coreutils \
+  which \
+  gawk \
+  grep \
   git \
   intltool \
   make \
@@ -44,5 +47,4 @@ RUN yum -y install \
   python-lesscpy \
   python-migrate \
   python-pint \
-  python-routes \
-  coreutils
+  python-routes