Merge "Add sudo for RHEL builds"

This commit is contained in:
Jenkins 2015-09-20 08:53:17 +00:00 committed by Gerrit Code Review
commit 7a8f82aded

View File

@ -148,6 +148,7 @@ RUN yum install -y \
python-webtest \
python-werkzeug \
python-wsme \
sudo \
which \
&& yum clean all
@ -182,6 +183,7 @@ RUN yum update -y \
python-devel \
python-oslo-policy \
sqlite-devel \
sudo \
tar \
which \
&& yum clean all