test
This commit is contained in:
@@ -4,6 +4,10 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
COPY . /MumbleConciergeBot
|
COPY . /MumbleConciergeBot
|
||||||
WORKDIR /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 \
|
RUN python3 -m venv venv \
|
||||||
&& venv/bin/pip install wheel \
|
&& venv/bin/pip install wheel \
|
||||||
&& venv/bin/pip install -r requirements.txt
|
&& venv/bin/pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user