mirror of
https://github.com/yrutschle/sslh.git
synced 2025-05-30 15:19:35 +03:00
additional fix dockerfile, otherwise docker is not runnable
This commit is contained in:
parent
80f2d758a4
commit
18eeaa579a
@ -8,7 +8,7 @@ RUN \
|
|||||||
libconfig-dev \
|
libconfig-dev \
|
||||||
make \
|
make \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
pcre2-dev \
|
pcre2-dev \
|
||||||
perl && \
|
perl && \
|
||||||
cd /sslh && \
|
cd /sslh && \
|
||||||
make sslh-select && \
|
make sslh-select && \
|
||||||
@ -18,6 +18,6 @@ FROM alpine:latest
|
|||||||
|
|
||||||
COPY --from=build /sslh/sslh-select /sslh
|
COPY --from=build /sslh/sslh-select /sslh
|
||||||
|
|
||||||
RUN apk --no-cache add libconfig pcre
|
RUN apk --no-cache add libconfig pcre2
|
||||||
|
|
||||||
ENTRYPOINT [ "/sslh", "--foreground"]
|
ENTRYPOINT [ "/sslh", "--foreground"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user