Aktualizovat Dockerfile
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 1m6s
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 1m6s
This commit is contained in:
parent
43a9a5c1be
commit
297f4316a4
@ -2,5 +2,5 @@ FROM ubuntu:22.04 as base
|
||||
RUN apt-get update && \
|
||||
apt-get install python3-yaml -y && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN sudo ./setup.sh
|
||||
RUN ./setup.sh
|
||||
ENTRYPOINT ["ts3proxy"]
|
Loading…
Reference in New Issue
Block a user