Docker test
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM python:3.11-slim-bullseye AS python-builder
|
FROM python:3.11-slim-bullseye AS python-builder
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
WORKDIR /MumbleConciergeBot
|
WORKDIR /MumbleConciergeBot
|
||||||
#RUN apt update && \
|
RUN apt update && \
|
||||||
# apt install --no-install-recommends -y opus-tools ffmpeg libmagic-dev curl tar && \
|
apt install --no-install-recommends -y opus-tools ffmpeg libmagic-dev curl tar && \
|
||||||
# rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
COPY . /MumbleConciergeBot
|
COPY . /MumbleConciergeBot
|
||||||
RUN python3 -m venv venv \
|
RUN python3 -m venv venv \
|
||||||
&& venv/bin/pip install wheel \
|
&& venv/bin/pip install wheel \
|
||||||
|
|||||||
Reference in New Issue
Block a user