mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Use pcre2 lib instead of old pcre
This commit is contained in:
@ -44,7 +44,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
sqlite-libs \
|
||||
unixodbc" && \
|
||||
apk add \
|
||||
|
@ -45,7 +45,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
dnf -y install epel-release && \
|
||||
|
@ -45,7 +45,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
|
@ -64,7 +64,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
OpenIPMI-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
sqlite-libs \
|
||||
unixODBC" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -41,7 +41,7 @@ RUN set -eux && \
|
||||
libcurl4 \
|
||||
libevent-2.1 \
|
||||
libopenipmi0 \
|
||||
libpcre3 \
|
||||
libpcre2-8-0 \
|
||||
libsnmp35 \
|
||||
libsqlite3-0 \
|
||||
libssh-4 \
|
||||
|
Reference in New Issue
Block a user