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.
1 parent a1017df commit f97243eCopy full SHA for f97243e
packaging/docker-image/Dockerfile
@@ -46,9 +46,8 @@ RUN set -eux; \
46
sed -i 's/^SYS_PREFIX=.*$/SYS_PREFIX=/' "$RABBITMQ_HOME/sbin/rabbitmq-defaults"; \
47
grep -qE '^SYS_PREFIX=$' "$RABBITMQ_HOME/sbin/rabbitmq-defaults"; \
48
chown -R rabbitmq:rabbitmq "$RABBITMQ_HOME"; \
49
- \
50
- apt-mark auto '.*' > /dev/null; \
51
- apt-mark manual $savedAptMark; \
+ apt-get remove -y --auto-remove build-essential gcc cpp autoconf python3 wx-common \
+ x11-common perl mysql-common make python3 subversion ; \
52
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false;
53
54
# set home so that any `--user` knows where to put the erlang cookie
0 commit comments