From 8675fc127624dbff824a5a0334b7b7c586c06b5b Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 14 Aug 2020 17:00:51 +0200 Subject: [PATCH] Add OpenSSL since the RBAC section uses it a bit for demo purposes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b757a4..b02a0d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV \ STERN_VERSION=1.11.0 ## Alpine base ## ENV COMPLETIONS=/usr/share/bash-completion/completions -RUN apk add bash bash-completion curl git jq libintl ncurses tmux vim apache2-utils +RUN apk add bash bash-completion curl git jq libintl ncurses openssl tmux vim apache2-utils RUN sed -i s,/bin/ash,/bin/bash, /etc/passwd ## Ubuntu base ## #ENV COMPLETIONS=/etc/bash_completion.d