ts3proxy-docker-build/Dockerfile

5 lines
144 B
Docker
Raw Normal View History

2023-11-17 11:26:13 +01:00
FROM ubuntu:22.04 as base
RUN apt-get update && \
apt-get install python3-yaml && \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["ts3proxy"]