diff options
Diffstat (limited to 'ci/build_rpm/Dockerfile')
-rw-r--r-- | ci/build_rpm/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile index 63ad0cb5..77aa1a3a 100644 --- a/ci/build_rpm/Dockerfile +++ b/ci/build_rpm/Dockerfile @@ -44,4 +44,5 @@ RUN yum -y install \ python-lesscpy \ python-migrate \ python-pint \ - python-routes + python-routes \ + coreutils |