From bc90c8e432c340b6b2dd2ca05f99243f61bc3211 Mon Sep 17 00:00:00 2001 From: Alteration x10 Date: Tue, 6 Jun 2017 14:27:12 -0400 Subject: [PATCH] Updated Dockerfile to install procps Added procps to be installed for better ps support with rabbitmqctl --- 3.6/alpine/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3.6/alpine/Dockerfile b/3.6/alpine/Dockerfile index dfe9f370..c2c85792 100644 --- a/3.6/alpine/Dockerfile +++ b/3.6/alpine/Dockerfile @@ -9,6 +9,8 @@ RUN apk add --no-cache 'su-exec>=0.2' RUN apk add --no-cache \ # Bash for docker-entrypoint bash \ +# Procps for rabbitmqctl + procps \ # Erlang for RabbitMQ erlang-asn1 \ erlang-hipe \