add ffmpeg to dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m18s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m18s
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM python:3.13.5-alpine3.22
|
FROM python:3.13.5-alpine3.22
|
||||||
COPY ./app /app
|
COPY ./app /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN apk add ffmpeg
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
CMD ["python", "/app/main.py"]
|
CMD ["python", "/app/main.py"]
|
Reference in New Issue
Block a user