mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 15:47:15 +03:00
Merge pull request #311 from Belisarith/master
Correct wrong version of pcre in Dockerfile
This commit is contained in:
commit
4e72800f2e
@ -8,7 +8,7 @@ RUN \
|
||||
libconfig-dev \
|
||||
make \
|
||||
musl-dev \
|
||||
pcre-dev \
|
||||
pcre2-dev \
|
||||
perl && \
|
||||
cd /sslh && \
|
||||
make sslh-select && \
|
||||
@ -18,6 +18,6 @@ FROM alpine:latest
|
||||
|
||||
COPY --from=build /sslh/sslh-select /sslh
|
||||
|
||||
RUN apk --no-cache add libconfig pcre
|
||||
RUN apk --no-cache add libconfig pcre2
|
||||
|
||||
ENTRYPOINT [ "/sslh", "--foreground"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user