pcre2-config
Development files for pcre2
RUN apt-get update && \
apt-get install -y libpcre2-dev
RUN apt-get update && \
apt-get install -y libpcre2-dev
RUN apk add pcre2
RUN pacman -S --noconfirm pcre2
RUN apt-get update && \
apt-get install -y libpcre2-dev
RUN yum install -y pcre2-devel
RUN dnf install -y pcre2-devel
RUN apt-get update && \
apt-get install -y libpcre2-dev