Skip to content
Snippets Groups Projects
Commit b8831e4c authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Install which if its not installed in base"

parents 5e83b6d3 f39396cf
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,7 @@ RUN yum install -y \ ...@@ -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 \ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment