Update Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:latest
|
|||||||
LABEL authors="bacon"
|
LABEL authors="bacon"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt /app
|
COPY requirements.txt /app
|
||||||
RUN apt-get update && apt-get install ffmpeg -y
|
RUN apk add ffmpeg
|
||||||
RUN python3 -m venv venv/
|
RUN python3 -m venv venv/
|
||||||
CMD source venv/bin/activate
|
CMD source venv/bin/activate
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user