diff --git a/3.13/alpine/Dockerfile b/3.13/alpine/Dockerfile index 5abee307..8b36adeb 100644 --- a/3.13/alpine/Dockerfile +++ b/3.13/alpine/Dockerfile @@ -173,6 +173,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \ diff --git a/3.13/ubuntu/Dockerfile b/3.13/ubuntu/Dockerfile index cc3aae9c..ce738caa 100644 --- a/3.13/ubuntu/Dockerfile +++ b/3.13/ubuntu/Dockerfile @@ -179,6 +179,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \ diff --git a/4.0/alpine/Dockerfile b/4.0/alpine/Dockerfile index aeaa28c1..26781021 100644 --- a/4.0/alpine/Dockerfile +++ b/4.0/alpine/Dockerfile @@ -173,6 +173,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \ diff --git a/4.0/ubuntu/Dockerfile b/4.0/ubuntu/Dockerfile index 32b4ac3f..499061fa 100644 --- a/4.0/ubuntu/Dockerfile +++ b/4.0/ubuntu/Dockerfile @@ -172,6 +172,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \ diff --git a/4.1-rc/alpine/Dockerfile b/4.1-rc/alpine/Dockerfile index 2de1f122..d02dd45a 100644 --- a/4.1-rc/alpine/Dockerfile +++ b/4.1-rc/alpine/Dockerfile @@ -173,6 +173,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \ diff --git a/4.1-rc/ubuntu/Dockerfile b/4.1-rc/ubuntu/Dockerfile index 682725c2..9dea7ec0 100644 --- a/4.1-rc/ubuntu/Dockerfile +++ b/4.1-rc/ubuntu/Dockerfile @@ -172,6 +172,7 @@ RUN set -eux; \ --without-observer \ --without-odbc \ --without-reltool \ + --without-snmp \ --without-ssh \ --without-tftp \ --without-wx \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index cb0b8c49..92d29f1b 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 9f9b0747..07aee153 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 \