Merge pull request #763 from michaelklishin/mk-disable-erlang-snmp-app
Erlang/OTP: disable SNMP support
This commit is contained in:
commit
7f85e7e4ce
|
|
@ -173,6 +173,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
|
|
@ -179,6 +179,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
|
|
@ -173,6 +173,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
|
|
@ -172,6 +172,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
|
|
@ -173,6 +173,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
|
|
@ -172,6 +172,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
|
|
@ -180,6 +180,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
|
|
@ -188,6 +188,7 @@ RUN set -eux; \
|
|||
--without-observer \
|
||||
--without-odbc \
|
||||
--without-reltool \
|
||||
--without-snmp \
|
||||
--without-ssh \
|
||||
--without-tftp \
|
||||
--without-wx \
|
||||
|
|
|
|||
Loading…
Reference in New Issue