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
1 changed files with 2 additions and 1 deletions

View File

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