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 \
make \
musl-dev \
pcre-dev \
pcre2-dev \
perl && \
cd /sslh && \
make sslh-select && \