We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1837147 + d634011 commit 761bd35Copy full SHA for 761bd35
Dockerfile
@@ -3,9 +3,7 @@ FROM python:3.11 as builder
3
WORKDIR /usr/app
4
ENV PATH="/usr/app/venv/bin:$PATH"
5
6
-#RUN apt-get update && apt-get install -y git
7
-RUN apt-get update
8
-RUN apt-get install ffmpeg -y #issue 445
+RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
9
10
RUN mkdir -p /usr/app
11
RUN python -m venv ./venv
0 commit comments