Skip to content

Commit 48ef341

Browse files
committed
PR geerlingguy#119 follow-up: Remove redhat-lsb-core install from test containers.
1 parent 27336a8 commit 48ef341

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/Dockerfile.centos-6

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM centos:6
22

3-
RUN yum -y install redhat-lsb-core
4-
53
# Install Ansible
64
RUN yum -y update; yum clean all;
75
RUN yum -y install epel-release

tests/Dockerfile.centos-7

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \
1212
rm -f /lib/systemd/system/basic.target.wants/*; \
1313
rm -f /lib/systemd/system/anaconda.target.wants/*;
1414

15-
RUN yum -y install redhat-lsb-core
16-
1715
# Install Ansible
1816
RUN yum -y install epel-release
1917
RUN yum -y install git ansible sudo

0 commit comments

Comments
 (0)