ts3proxy-docker-build/Dockerfile
Radim Lipovčan 01e53fcfef
Some checks failed
Explore-Gitea-Actions
Přidat „Dockerfile“
2023-11-17 11:26:13 +01:00

5 lines
144 B
Docker

FROM ubuntu:22.04 as base
RUN apt-get update && \
apt-get install python3-yaml && \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["ts3proxy"]