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