Browse Source

new: pkg: added ``acl`` to ``Dockerfile``

myceliandre/dev/mac-compat
Valentin Lab 5 years ago
parent
commit
63da562f00
  1. 3
      Dockerfile

3
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/

Loading…
Cancel
Save