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