Skip to content

Commit 4ef5a26

Browse files
committed
k
1 parent 7f0e9f7 commit 4ef5a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM python:3.10-slim-buster
1+
FROM python:3.10.4-slim-buster
22

33
WORKDIR /usr/src/app
44
RUN chmod 777 /usr/src/app
55

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
6+
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
77

88
COPY . .
99
RUN pip3 install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)