Merge "Install cachetools via pip in base image"
This commit is contained in:
commit
a8fc011ca7
@ -104,7 +104,8 @@ RUN yum install -y \
|
||||
python-wsme \
|
||||
&& yum clean all \
|
||||
&& pip install oslo.service \
|
||||
&& pip install oslo.reports
|
||||
&& pip install oslo.reports \
|
||||
&& pip install cachetools
|
||||
|
||||
# TODO(inc0): when oslo_service lands in delorean, change pip to yum
|
||||
# necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed
|
||||
|
Loading…
Reference in New Issue
Block a user