From 37c982b66e4edc414937c47a1d17f52fe1674949 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 13 Mar 2018 11:47:12 -0700 Subject: [PATCH] Install anaconda-tui in the test Docker image --- Dockerfile.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index 97f0ce6e..6f1a13de 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -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