diff options
-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 |