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