Aktualizovat Dockerfile
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 49s
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 49s
This commit is contained in:
parent
4ed99b3719
commit
ca363ac22e
@ -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 ./setup.sh
|
||||
RUN bash setup.sh
|
||||
ENTRYPOINT ["ts3proxy"]
|
Loading…
Reference in New Issue
Block a user