Přidat „Dockerfile“
Explore-Gitea-Actions Details

This commit is contained in:
Radim Lipovčan 2023-11-17 11:26:13 +01:00
parent 995798530c
commit 01e53fcfef
1 changed files with 5 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM ubuntu:22.04 as base
RUN apt-get update && \
apt-get install python3-yaml && \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["ts3proxy"]