From 48ef3413b3a62fc2f4aea67e57206ce25e643605 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 4 May 2016 11:09:42 -0500 Subject: [PATCH] PR #119 follow-up: Remove redhat-lsb-core install from test containers. --- tests/Dockerfile.centos-6 | 2 -- tests/Dockerfile.centos-7 | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/Dockerfile.centos-6 b/tests/Dockerfile.centos-6 index 27ff215..4a4e7b8 100644 --- a/tests/Dockerfile.centos-6 +++ b/tests/Dockerfile.centos-6 @@ -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 diff --git a/tests/Dockerfile.centos-7 b/tests/Dockerfile.centos-7 index fb37a6f..8aa0654 100644 --- a/tests/Dockerfile.centos-7 +++ b/tests/Dockerfile.centos-7 @@ -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