Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8c5661c
)
Add packages required by build script
91/24091/8
author
Zhijiang
<hu.zhijiang@zte.com.cn>
Wed, 9 Nov 2016 04:09:15 +0000
(23:09 -0500)
committer
Zhijiang
<hu.zhijiang@zte.com.cn>
Wed, 9 Nov 2016 05:00:03 +0000
(
00:00
-0500)
Change-Id: Iabb6dbd5a542843d0607f1b5b73991404f3e4eaa
Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
ci/build_rpm/Dockerfile
patch
|
blob
|
history
diff --git
a/ci/build_rpm/Dockerfile
b/ci/build_rpm/Dockerfile
index
b52923c
..
ac05908
100644
(file)
--- 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