Adding acl package to all docker images

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

View file

@ -1,6 +1,7 @@
FROM ubuntu:precise
RUN apt-get clean; apt-get update -y;
RUN apt-get install -y \
acl \
debianutils \
gawk \
git \