We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27336a8 commit 48ef341Copy full SHA for 48ef341
tests/Dockerfile.centos-6
@@ -1,7 +1,5 @@
1
FROM centos:6
2
3
-RUN yum -y install redhat-lsb-core
4
-
5
# Install Ansible
6
RUN yum -y update; yum clean all;
7
RUN yum -y install epel-release
tests/Dockerfile.centos-7
@@ -12,8 +12,6 @@ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \
12
rm -f /lib/systemd/system/basic.target.wants/*; \
13
rm -f /lib/systemd/system/anaconda.target.wants/*;
14
15
16
17
18
19
RUN yum -y install git ansible sudo
0 commit comments