diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index cb0b8c4..92d29f1 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -180,6 +180,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \ diff --git a/Dockerfile-ubuntu.template b/Dockerfile-ubuntu.template index 9f9b074..07aee15 100644 --- a/Dockerfile-ubuntu.template +++ b/Dockerfile-ubuntu.template @@ -188,6 +188,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \