ts3proxy-docker-build/Dockerfile
Radim Lipovčan 297f4316a4
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 1m6s
Aktualizovat Dockerfile
2023-11-17 16:41:00 +01:00

6 lines
167 B
Docker

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
ENTRYPOINT ["ts3proxy"]