Updated Dockerfile to install procps

Added procps to be installed for better ps support with rabbitmqctl
This commit is contained in:
Alteration x10 2017-06-06 14:27:12 -04:00 committed by GitHub
parent 9d64832d62
commit bc90c8e432
1 changed files with 2 additions and 0 deletions

View File

@ -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 \