From: Zhijiang Date: Wed, 9 Nov 2016 04:09:15 +0000 (-0500) Subject: Add packages required by build script X-Git-Tag: 1.0.0~94 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F24091%2F8;p=daisy.git Add packages required by build script Change-Id: Iabb6dbd5a542843d0607f1b5b73991404f3e4eaa Signed-off-by: Zhijiang --- 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