mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adding acl package to all docker images
This commit is contained in:
parent
9005f91bb0
commit
395ff361d4
6 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
FROM centos:centos6
|
||||
RUN yum -y update; yum clean all;
|
||||
RUN yum -y install \
|
||||
acl \
|
||||
epel-release \
|
||||
file \
|
||||
gcc \
|
||||
|
|
|
@ -10,6 +10,7 @@ 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 \
|
||||
acl \
|
||||
dbus-python \
|
||||
epel-release \
|
||||
file \
|
||||
|
|
|
@ -10,6 +10,7 @@ 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 dnf -y install \
|
||||
acl \
|
||||
dbus-python \
|
||||
file \
|
||||
findutils \
|
||||
|
|
|
@ -10,6 +10,7 @@ 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 dnf -y install \
|
||||
acl \
|
||||
dbus-python \
|
||||
file \
|
||||
findutils \
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
FROM ubuntu:precise
|
||||
RUN apt-get clean; apt-get update -y;
|
||||
RUN apt-get install -y \
|
||||
acl \
|
||||
debianutils \
|
||||
gawk \
|
||||
git \
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
FROM ubuntu:trusty
|
||||
RUN apt-get clean; apt-get update -y;
|
||||
RUN apt-get install -y \
|
||||
acl \
|
||||
debianutils \
|
||||
gawk \
|
||||
git \
|
||||
|
|
Loading…
Reference in a new issue