From 63da562f006c361550eb2775516d484be572695f Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Tue, 8 Oct 2019 10:39:35 +0200 Subject: [PATCH] new: pkg: added ``acl`` to ``Dockerfile`` --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4c7ff4b..031f70b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,6 +105,9 @@ RUN apk add apache2-utils ## requiring ``jq`` command for json querying/modifying in charms RUN apk add jq +## requiring ``getfacl/setfacl`` command for allowing to setup some permissions in charms +RUN apk add acl + ## install compose COPY ./bin/ /usr/local/bin/