PR #119 follow-up: Remove redhat-lsb-core install from test containers.

pull/63/head
Jeff Geerling 8 years ago
parent 27336a8116
commit 48ef3413b3
  1. 2
      tests/Dockerfile.centos-6
  2. 2
      tests/Dockerfile.centos-7

@ -1,7 +1,5 @@
FROM centos:6
RUN yum -y install redhat-lsb-core
# Install Ansible
RUN yum -y update; yum clean all;
RUN yum -y install epel-release

@ -12,8 +12,6 @@ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \
rm -f /lib/systemd/system/basic.target.wants/*; \
rm -f /lib/systemd/system/anaconda.target.wants/*;
RUN yum -y install redhat-lsb-core
# Install Ansible
RUN yum -y install epel-release
RUN yum -y install git ansible sudo