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
test/utils/docker
centos6
centos7
fedora-rawhide
fedora23
ubuntu1204
ubuntu1404
|
@ -2,6 +2,7 @@
|
||||||
FROM centos:centos6
|
FROM centos:centos6
|
||||||
RUN yum -y update; yum clean all;
|
RUN yum -y update; yum clean all;
|
||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
|
acl \
|
||||||
epel-release \
|
epel-release \
|
||||||
file \
|
file \
|
||||||
gcc \
|
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/basic.target.wants/*; \
|
||||||
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
|
acl \
|
||||||
dbus-python \
|
dbus-python \
|
||||||
epel-release \
|
epel-release \
|
||||||
file \
|
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/basic.target.wants/*; \
|
||||||
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
|
acl \
|
||||||
dbus-python \
|
dbus-python \
|
||||||
file \
|
file \
|
||||||
findutils \
|
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/basic.target.wants/*; \
|
||||||
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
|
acl \
|
||||||
dbus-python \
|
dbus-python \
|
||||||
file \
|
file \
|
||||||
findutils \
|
findutils \
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
FROM ubuntu:precise
|
FROM ubuntu:precise
|
||||||
RUN apt-get clean; apt-get update -y;
|
RUN apt-get clean; apt-get update -y;
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
|
acl \
|
||||||
debianutils \
|
debianutils \
|
||||||
gawk \
|
gawk \
|
||||||
git \
|
git \
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
FROM ubuntu:trusty
|
FROM ubuntu:trusty
|
||||||
RUN apt-get clean; apt-get update -y;
|
RUN apt-get clean; apt-get update -y;
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
|
acl \
|
||||||
debianutils \
|
debianutils \
|
||||||
gawk \
|
gawk \
|
||||||
git \
|
git \
|
||||||
|
|
Loading…
Add table
Reference in a new issue