Correct wrong version of pcre in Dockerfile

This commit is contained in:
Belisarith 2021-11-23 12:40:17 +00:00
parent 9798bdcaa0
commit 80f2d758a4

View File

@ -8,7 +8,7 @@ RUN \
libconfig-dev \ libconfig-dev \
make \ make \
musl-dev \ musl-dev \
pcre-dev \ pcre2-dev \
perl && \ perl && \
cd /sslh && \ cd /sslh && \
make sslh-select && \ make sslh-select && \