|
@ -96,6 +96,12 @@ RUN cp /usr/local/share/ca-certificates/ca.0k.io.pem /etc/ssl/ca.0k.io.pem && \ |
|
|
## requiring ``stdbuf`` for actions |
|
|
## requiring ``stdbuf`` for actions |
|
|
RUN apk add coreutils |
|
|
RUN apk add coreutils |
|
|
|
|
|
|
|
|
|
|
|
## requiring ``openssl`` command for certificate generation in charms |
|
|
|
|
|
RUN apk add openssl |
|
|
|
|
|
|
|
|
|
|
|
## requiring ``htpasswd`` command for BCrypt encryption |
|
|
|
|
|
RUN apk add apache2-utils |
|
|
|
|
|
|
|
|
## install compose |
|
|
## install compose |
|
|
COPY ./bin/ /usr/local/bin/ |
|
|
COPY ./bin/ /usr/local/bin/ |
|
|
|
|
|
|
|
|