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