This commit is contained in:
2021-08-03 14:31:18 +02:00

View File

@@ -1,6 +1,6 @@
FROM python:3.9.1-alpine
WORKDIR /usr/src/app
RUN apk add ffmpeg musl-dev linux-headers gcc libffi-dev make opus
RUN apk add ffmpeg musl-dev linux-headers gcc libffi-dev make opus git
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .