Updated Dockerfile to install procps
Added procps to be installed for better ps support with rabbitmqctl
This commit is contained in:
parent
9d64832d62
commit
bc90c8e432
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue