Browse Source

new: add ``acl`` packages to compose base toolset available for charms.

hostresources
Valentin Lab 5 years ago
parent
commit
ff74b7e46a
  1. 3
      Dockerfile

3
Dockerfile

@ -105,6 +105,9 @@ RUN apk add apache2-utils
## required by git through ssh (for host-resources for instance)
RUN apk add openssh-client
## required for acl write management (for apache data dirs for instance)
RUN apk add acl
## install compose
COPY ./bin/ /usr/local/bin/

Loading…
Cancel
Save