diff options
Diffstat (limited to 'ci/build_rpm/Dockerfile')
-rw-r--r-- | ci/build_rpm/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile index b46be32b..63ad0cb5 100644 --- a/ci/build_rpm/Dockerfile +++ b/ci/build_rpm/Dockerfile @@ -1,5 +1,5 @@ FROM centos - +LABEL daisy_image_version=1.0 RUN yum -y update RUN yum -y install centos-release-openstack-mitaka RUN yum -y install \ @@ -44,4 +44,4 @@ RUN yum -y install \ python-lesscpy \ python-migrate \ python-pint \ - python-routes
\ No newline at end of file + python-routes |