Aktualizovat Dockerfile

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 && \ RUN apt-get update && \
apt-get install python3-yaml -y && \ apt-get install python3-yaml -y && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN ./setup.sh RUN bash setup.sh
ENTRYPOINT ["ts3proxy"] ENTRYPOINT ["ts3proxy"]