diff options
author | Zhijiang <hu.zhijiang@zte.com.cn> | 2016-11-08 23:09:15 -0500 |
---|---|---|
committer | Zhijiang <hu.zhijiang@zte.com.cn> | 2016-11-09 00:00:03 -0500 |
commit | cff6eef5330572973f7f619565306a1fe3a23732 (patch) | |
tree | 86a74901fab80d531850e575dc65a945ce242b70 /ci | |
parent | 8c5661c4968e6335aab805ffadee73f9eb2b9d96 (diff) |
Add packages required by build script
Change-Id: Iabb6dbd5a542843d0607f1b5b73991404f3e4eaa
Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/build_rpm/Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile index b52923c6..ac059086 100644 --- a/ci/build_rpm/Dockerfile +++ b/ci/build_rpm/Dockerfile @@ -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 |