Use pcre2 lib instead of old pcre

This commit is contained in:
Alexey Pustovalov
2022-01-22 17:44:37 +05:00
parent edd6d8fd46
commit 9b3826910e
49 changed files with 51 additions and 35 deletions

View File

@ -44,7 +44,7 @@ RUN set -eux && \
libxml2 \
net-snmp-agent-libs \
openipmi-libs \
pcre \
pcre2 \
sqlite-libs \
unixodbc" && \
apk add \

View File

@ -45,7 +45,7 @@ RUN set -eux && \
OpenIPMI-libs \
openldap \
openssl-libs \
pcre \
pcre2 \
zlib \
unixODBC" && \
dnf -y install epel-release && \

View File

@ -45,7 +45,7 @@ RUN set -eux && \
OpenIPMI-libs \
openldap \
openssl-libs \
pcre \
pcre2 \
zlib \
unixODBC" && \
microdnf -y install \

View File

@ -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 && \

View File

@ -41,7 +41,7 @@ RUN set -eux && \
libcurl4 \
libevent-2.1 \
libopenipmi0 \
libpcre3 \
libpcre2-8-0 \
libsnmp35 \
libsqlite3-0 \
libssh-4 \