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 \
|
python-wsme \
|
||||||
&& yum clean all \
|
&& yum clean all \
|
||||||
&& pip install oslo.service \
|
&& 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
|
# 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
|
# necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user