Skip to content

Commit f69e925

Browse files
Erlang/OTP: disable SNMP support
the SNMP app is not used by RabbitMQ. Team RabbitMQ has removed SNMP from our zero dependency Erlang RPM to reduce the number of dependencies with known CVEs that show up on various scans. I suggest that the community Docker image follow suit.
1 parent 984ba67 commit f69e925

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile-alpine.template

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ RUN set -eux; \
180180
--without-observer \
181181
--without-odbc \
182182
--without-reltool \
183+
--without-snmp \
183184
--without-ssh \
184185
--without-tftp \
185186
--without-wx \

Dockerfile-ubuntu.template

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ RUN set -eux; \
188188
--without-observer \
189189
--without-odbc \
190190
--without-reltool \
191+
--without-snmp \
191192
--without-ssh \
192193
--without-tftp \
193194
--without-wx \

0 commit comments

Comments
 (0)