Install anaconda-tui in the test Docker image

This commit is contained in:
Brian C. Lane 2018-03-13 11:47:12 -07:00
parent dbe9c15ee1
commit 37c982b66e

View File

@ -7,7 +7,8 @@ RUN yum -y install --nogpgcheck epel-release && \
python-nose python-mako python-flask \ python-nose python-mako python-flask \
python-coverage libselinux-python sudo \ python-coverage libselinux-python sudo \
pykickstart python2-pytoml python-sphinx \ pykickstart python2-pytoml python-sphinx \
python2-mock python-semantic_version && \ python2-mock python-semantic_version \
anaconda-tui && \
yum clean all && \ yum clean all && \
rm -rf /var/cache/yum rm -rf /var/cache/yum