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 \
|
RUN apk add --no-cache \
|
||||||
# Bash for docker-entrypoint
|
# Bash for docker-entrypoint
|
||||||
bash \
|
bash \
|
||||||
|
# Procps for rabbitmqctl
|
||||||
|
procps \
|
||||||
# Erlang for RabbitMQ
|
# Erlang for RabbitMQ
|
||||||
erlang-asn1 \
|
erlang-asn1 \
|
||||||
erlang-hipe \
|
erlang-hipe \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue