We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d64832 + bc90c8e commit 529237bCopy full SHA for 529237b
3.6/alpine/Dockerfile
@@ -9,6 +9,8 @@ RUN apk add --no-cache 'su-exec>=0.2'
9
RUN apk add --no-cache \
10
# Bash for docker-entrypoint
11
bash \
12
+# Procps for rabbitmqctl
13
+ procps \
14
# Erlang for RabbitMQ
15
erlang-asn1 \
16
erlang-hipe \
0 commit comments