We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97261b commit 6a00f19Copy full SHA for 6a00f19
2 files changed
Dockerfiles/mods/Dockerfile-7.4
@@ -611,8 +611,8 @@ RUN set -eux \
611
RUN set -eux \
612
# Installation: Version specific
613
# Type: Built-in extension
614
- # Default: configure command
615
- && docker-php-ext-configure snmp --with-openssl-dir \
+ # Custom: configure command
+ && docker-php-ext-configure snmp --with-snmp \
616
# Installation
617
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) snmp \
618
&& true
build/ansible/group_vars/all/mods.yml
@@ -1081,6 +1081,7 @@ extensions_available:
1081
snmp:
1082
7.4:
1083
type: builtin
1084
+ configure: --with-snmp
1085
build_dep: [libssl-dev, libsnmp-dev, snmp]
1086
run_dep: [snmp]
1087
all:
0 commit comments