Skip to content

Commit 529237b

Browse files
authored
Merge pull request #163 from alterationx10/master
Updated Dockerfile to install procps
2 parents 9d64832 + bc90c8e commit 529237b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

3.6/alpine/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ RUN apk add --no-cache 'su-exec>=0.2'
99
RUN apk add --no-cache \
1010
# Bash for docker-entrypoint
1111
bash \
12+
# Procps for rabbitmqctl
13+
procps \
1214
# Erlang for RabbitMQ
1315
erlang-asn1 \
1416
erlang-hipe \

0 commit comments

Comments
 (0)