From d85587c157a8d63505be1c579952a7150f593ea5 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 7 Feb 2019 16:09:50 +0100 Subject: [PATCH] new: added ``openssl`` and ``htpasswd`` commands to compose docker image. --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) 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/