Merge "Install which if its not installed in base"

This commit is contained in:
Jenkins 2015-09-20 08:48:45 +00:00 committed by Gerrit Code Review
commit b8831e4c17

View File

@ -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