Merge "Install which if its not installed in base"
This commit is contained in:
commit
b8831e4c17
@ -148,6 +148,7 @@ RUN yum install -y \
|
|||||||
python-webtest \
|
python-webtest \
|
||||||
python-werkzeug \
|
python-werkzeug \
|
||||||
python-wsme \
|
python-wsme \
|
||||||
|
which \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
# Endif for install_type binary
|
# Endif for install_type binary
|
||||||
@ -182,6 +183,7 @@ RUN yum update -y \
|
|||||||
python-oslo-policy \
|
python-oslo-policy \
|
||||||
sqlite-devel \
|
sqlite-devel \
|
||||||
tar \
|
tar \
|
||||||
|
which \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
# Endif for install_type source
|
# Endif for install_type source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user