diff --git a/Dockerfile b/Dockerfile index edb38b7..c0881a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 sudo ./setup.sh +RUN ./setup.sh ENTRYPOINT ["ts3proxy"] \ No newline at end of file