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

@ -46,7 +46,7 @@ RUN set -eux && \
libevent-2.1 \
libmysqlclient21 \
libopenipmi0 \
libpcre3 \
libpcre2-8-0 \
libsnmp35 \
libssh-4 \
libssl1.1 \