mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-16 03:27:47 +02:00
Use pcre2 lib instead of old pcre
This commit is contained in:
@ -47,7 +47,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
postgresql-client \
|
||||
postgresql-libs \
|
||||
unixodbc" && \
|
||||
|
@ -49,7 +49,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
|
@ -49,7 +49,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
|
@ -46,7 +46,7 @@ RUN set -eux && \
|
||||
libcurl4 \
|
||||
libevent-2.1 \
|
||||
libopenipmi0 \
|
||||
libpcre3 \
|
||||
libpcre2-8-0 \
|
||||
libpq5 \
|
||||
libsnmp35 \
|
||||
libssh-4 \
|
||||
|
Reference in New Issue
Block a user