diff --git a/Dockerfile b/Dockerfile index 130dd12..5c12a8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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 COPY ./bin/ /usr/local/bin/