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

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