Merge "Add sudo for RHEL builds"
This commit is contained in:
commit
7a8f82aded
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user