From 43a9a5c1be1d72ae333426250556f9856da42eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Fri, 17 Nov 2023 16:36:33 +0100 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 244412c..edb38b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM ubuntu:22.04 as base -RUN apt-get update && \ - apt-get install python3-yaml && \ - rm -rf /var/lib/apt/lists/* +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 ENTRYPOINT ["ts3proxy"] \ No newline at end of file