Skip to content

Commit 7f85e7e

Browse files
authored
Merge pull request #763 from michaelklishin/mk-disable-erlang-snmp-app
Erlang/OTP: disable SNMP support
2 parents 984ba67 + 2e887a5 commit 7f85e7e

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

3.13/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.13/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.1-rc/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.1-rc/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)