Skip to content

Commit 741db24

Browse files
authored
Update Dockerfile
1 parent 2053819 commit 741db24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN cd /lmstfy && make
88

99
FROM ubuntu:20.04
1010
COPY --from=builder /lmstfy /lmstfy
11+
RUN apt update -y && apt install -y netcat
1112
EXPOSE 7777:7777
1213
ENTRYPOINT ["/lmstfy/_build/lmstfy-server", "-c", "/lmstfy/config/docker-image-conf.toml"]
1314

0 commit comments

Comments
 (0)