Aktualizovat Dockerfile
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 49s

This commit is contained in:
Radim Lipovčan 2023-11-17 16:43:06 +01:00
parent 4ed99b3719
commit ca363ac22e

View File

@ -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"]