main
L_DelOff 2024-04-18 17:41:14 +03:00
parent c942c096b8
commit ebe8c09913
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ ENV DEBIAN_FRONTEND=noninteractive
COPY . /MumbleConciergeBot
WORKDIR /MumbleConciergeBot
RUN apt update && \
apt install --no-install-recommends -y opus-tools ffmpeg libmagic-dev curl tar && \
rm -rf /var/lib/apt/lists/*
RUN python3 -m venv venv \
&& venv/bin/pip install wheel \
&& venv/bin/pip install -r requirements.txt