parent
995798530c
commit
01e53fcfef
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM ubuntu:22.04 as base
|
||||
RUN apt-get update && \
|
||||
apt-get install python3-yaml && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
ENTRYPOINT ["ts3proxy"]
|
Loading…
Reference in New Issue
Block a user