Aktualizovat Dockerfile
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 1m6s Details

This commit is contained in:
Radim Lipovčan 2023-11-17 16:41:00 +01:00
parent 43a9a5c1be
commit 297f4316a4
1 changed files with 1 additions and 1 deletions

View File

@ -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"]