|
@ -102,6 +102,9 @@ RUN apk add openssl |
|
|
## requiring ``htpasswd`` command for BCrypt encryption |
|
|
## requiring ``htpasswd`` command for BCrypt encryption |
|
|
RUN apk add apache2-utils |
|
|
RUN apk add apache2-utils |
|
|
|
|
|
|
|
|
|
|
|
## required by git through ssh (for host-resources for instance) |
|
|
|
|
|
RUN apk add openssh-client |
|
|
|
|
|
|
|
|
## install compose |
|
|
## install compose |
|
|
COPY ./bin/ /usr/local/bin/ |
|
|
COPY ./bin/ /usr/local/bin/ |
|
|
|
|
|
|
|
|