Skip to content

Commit f9ff0cd

Browse files
HoloRingerhard
authored andcommitted
Merge pull request #3378 from rabbitmq/add-debug-utils-to-docker-oci
Add debug utilities to Docker image (cherry picked from commit 5e7ca3f)
1 parent 4ba0b25 commit f9ff0cd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/test-mixed-versions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- v3.8.x
88
paths:
99
- 'deps/**'
10-
- 'packaging/**'
1110
- 'scripts/**'
1211
- Makefile
1312
- plugins.mk

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
paths:
55
- 'deps/**'
6-
- 'packaging/**'
76
- 'scripts/**'
87
- Makefile
98
- plugins.mk

packaging/docker-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ RUN set -eux; \
286286
fi; \
287287
[ -s /usr/local/bin/rabbitmqadmin ]; \
288288
chmod +x /usr/local/bin/rabbitmqadmin; \
289-
apt-get update; apt-get install -y --no-install-recommends python3; rm -rf /var/lib/apt/lists/*; \
289+
apt-get update; apt-get install -y --no-install-recommends python3 dstat sysstat htop nmon tmux neovim; rm -rf /var/lib/apt/lists/*; \
290290
rabbitmqadmin --version
291291
# MANAGEMENT-TLS MANAGEMENT
292292
EXPOSE 15671 15672

0 commit comments

Comments
 (0)