additional fix dockerfile, otherwise docker is not runnable

This commit is contained in:
Belisarith 2021-11-23 12:57:16 +00:00
parent 80f2d758a4
commit 18eeaa579a

View File

@ -8,7 +8,7 @@ RUN \
libconfig-dev \
make \
musl-dev \
pcre2-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"]