mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
Fix snmp module for PHP 7.4
This commit is contained in:
@@ -611,8 +611,8 @@ RUN set -eux \
|
|||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
# Installation: Version specific
|
# Installation: Version specific
|
||||||
# Type: Built-in extension
|
# Type: Built-in extension
|
||||||
# Default: configure command
|
# Custom: configure command
|
||||||
&& docker-php-ext-configure snmp --with-openssl-dir \
|
&& docker-php-ext-configure snmp --with-snmp \
|
||||||
# Installation
|
# Installation
|
||||||
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) snmp \
|
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) snmp \
|
||||||
&& true
|
&& true
|
||||||
|
|||||||
@@ -1081,6 +1081,7 @@ extensions_available:
|
|||||||
snmp:
|
snmp:
|
||||||
7.4:
|
7.4:
|
||||||
type: builtin
|
type: builtin
|
||||||
|
configure: --with-snmp
|
||||||
build_dep: [libssl-dev, libsnmp-dev, snmp]
|
build_dep: [libssl-dev, libsnmp-dev, snmp]
|
||||||
run_dep: [snmp]
|
run_dep: [snmp]
|
||||||
all:
|
all:
|
||||||
|
|||||||
Reference in New Issue
Block a user