From 1424b84ddf4c558a6a197b30b3a708abe1c55f06 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Sun, 24 Nov 2019 17:18:58 -0500 Subject: [PATCH] added apache bench --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c29a454..9cb6e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,12 +7,12 @@ 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 +RUN apk add bash bash-completion curl git jq libintl ncurses tmux vim apache2-utils RUN sed -i s,/bin/ash,/bin/bash, /etc/passwd ## Ubuntu base ## #ENV COMPLETIONS=/etc/bash_completion.d #RUN apt-get update \ -# && apt-get install -y curl git jq vim +# && apt-get install -y curl git jq vim apache2-utils ## Install a bunch of binaries RUN curl -L -o /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-Linux-x86_64 \ && chmod +x /usr/local/bin/docker-compose