Aktualizovat Dockerfile
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
ca363ac22e
commit
8e2b715c83
@ -2,5 +2,7 @@ FROM ubuntu:22.04 as base
|
||||
RUN apt-get update && \
|
||||
apt-get install python3-yaml -y && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /opt/
|
||||
COPY . .
|
||||
RUN bash setup.sh
|
||||
ENTRYPOINT ["ts3proxy"]
|
Loading…
Reference in New Issue
Block a user