We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0e9f7 commit 4ef5a26Copy full SHA for 4ef5a26
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM python:3.10-slim-buster
+FROM python:3.10.4-slim-buster
2
3
WORKDIR /usr/src/app
4
RUN chmod 777 /usr/src/app
5
6
-RUN apt-get -qq update && apt-get -qq install -y git wget pv jq python3-dev mediainfo gcc aria2 libsm6 libxext6 libfontconfig1 libxrender1 libgl1-mesa-glx ffmpeg
+RUN apt -qq update && apt -qq install -y git wget pv jq python3-dev mediainfo gcc aria2 libsm6 libxext6 libfontconfig1 libxrender1 libgl1-mesa-glx ffmpeg
7
8
COPY . .
9
RUN pip3 install --no-cache-dir -r requirements.txt
0 commit comments