Aktualizovat Dockerfile
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 1m32s
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 1m32s
This commit is contained in:
parent
8c31d902b3
commit
43a9a5c1be
@ -1,5 +1,6 @@
|
||||
FROM ubuntu:22.04 as base
|
||||
RUN apt-get update && \
|
||||
apt-get install python3-yaml && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
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
|
||||
ENTRYPOINT ["ts3proxy"]
|
Loading…
Reference in New Issue
Block a user