diff options
author | Yao Lu <lu.yao135@zte.com.cn> | 2016-10-25 09:04:16 +0800 |
---|---|---|
committer | Yao Lu <lu.yao135@zte.com.cn> | 2016-11-03 10:46:06 +0800 |
commit | 6a54cb0cdd4b6a2266134c328a27b9f76e4c2e2f (patch) | |
tree | 972698bc266b4943584dc54440bf49a33dab011d /ci/build_rpm/Dockerfile | |
parent | 928e693b16310a8934bf20ce9e15eb84ca7d4d4f (diff) |
add patch of openstack/daisycloud
the patch is about integrate kolla tar and tgz and centos to daisy bin
and cp to appoint path
Change-Id: I3043d2a38f15cdff44f9c777bff8bb5e517684bd
Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
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 |