mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Use pcre2 lib instead of old pcre
This commit is contained in:
@ -48,7 +48,7 @@ RUN set -eux && \
|
||||
mariadb-connector-c \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
unixodbc" && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
|
@ -50,7 +50,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
dnf -y module enable mysql && \
|
||||
|
@ -51,7 +51,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
microdnf -y module enable mysql && \
|
||||
|
@ -68,7 +68,7 @@ RUN set -eux && \
|
||||
mysql-libs \
|
||||
net-snmp-agent-libs \
|
||||
OpenIPMI-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
unixODBC" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -46,7 +46,7 @@ RUN set -eux && \
|
||||
libevent-2.1 \
|
||||
libmysqlclient21 \
|
||||
libopenipmi0 \
|
||||
libpcre3 \
|
||||
libpcre2-8-0 \
|
||||
libsnmp35 \
|
||||
libssh-4 \
|
||||
libssl1.1 \
|
||||
|
Reference in New Issue
Block a user