Aktualizovat Dockerfile
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Radim Lipovčan 2023-11-17 16:48:33 +01:00
parent 8e2b715c83
commit 80eb92a245

View File

@ -1,6 +1,6 @@
FROM ubuntu:22.04 as base
RUN apt-get update && \
apt-get install python3-yaml -y && \
apt-get install nano python3 python3-pip python3-yaml -y && \
rm -rf /var/lib/apt/lists/*
WORKDIR /opt/
COPY . .