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

This commit is contained in:
Radim Lipovčan 2023-11-17 16:36:33 +01:00
parent 8c31d902b3
commit 43a9a5c1be
1 changed files with 5 additions and 4 deletions

View File

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