diff --git a/tests/docker-centos-7/Dockerfile b/tests/docker-centos-7/Dockerfile index fdf18148..7f3e9b7a 100644 --- a/tests/docker-centos-7/Dockerfile +++ b/tests/docker-centos-7/Dockerfile @@ -1,7 +1,7 @@ FROM centos:7 -RUN yum -y install epel-release -RUN yum -y install \ +RUN yum -y install epel-release \ + && yum -y install \ git \ python-yaml \ python-pip \