Merge pull request #763 from michaelklishin/mk-disable-erlang-snmp-app

Erlang/OTP: disable SNMP support
This commit is contained in:
Tianon Gravi 2025-04-01 23:29:24 +00:00 committed by GitHub
commit 7f85e7e4ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 0 deletions

View File

@ -173,6 +173,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \

View File

@ -179,6 +179,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \

1
4.0/alpine/Dockerfile generated
View File

@ -173,6 +173,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \

1
4.0/ubuntu/Dockerfile generated
View File

@ -172,6 +172,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \

View File

@ -173,6 +173,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \

View File

@ -172,6 +172,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \

View File

@ -180,6 +180,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \

View File

@ -188,6 +188,7 @@ RUN set -eux; \
--without-observer \
--without-odbc \
--without-reltool \
--without-snmp \
--without-ssh \
--without-tftp \
--without-wx \