|
@ -105,6 +105,9 @@ RUN apk add apache2-utils |
|
|
## requiring ``jq`` command for json querying/modifying in charms |
|
|
## requiring ``jq`` command for json querying/modifying in charms |
|
|
RUN apk add jq |
|
|
RUN apk add jq |
|
|
|
|
|
|
|
|
|
|
|
## requiring ``getfacl/setfacl`` command for allowing to setup some permissions in charms |
|
|
|
|
|
RUN apk add acl |
|
|
|
|
|
|
|
|
## install compose |
|
|
## install compose |
|
|
COPY ./bin/ /usr/local/bin/ |
|
|
COPY ./bin/ /usr/local/bin/ |
|
|
|
|
|
|
|
|