From cff6eef5330572973f7f619565306a1fe3a23732 Mon Sep 17 00:00:00 2001 From: Zhijiang Date: Tue, 8 Nov 2016 23:09:15 -0500 Subject: Add packages required by build script Change-Id: Iabb6dbd5a542843d0607f1b5b73991404f3e4eaa Signed-off-by: Zhijiang --- ci/build_rpm/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ci') 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 -- cgit 1.2.3-korg