Adding acl package to all docker images

This commit is contained in:
James Cammarata
2016-03-22 07:53:50 -04:00
parent 9005f91bb0
commit 395ff361d4
6 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
FROM centos:centos6
RUN yum -y update; yum clean all;
RUN yum -y install \
acl \
epel-release \
file \
gcc \