tecuts commited on
Commit
a18c7f5
·
verified ·
1 Parent(s): d807bb3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
4
  FROM python:3.11
5
  # Install FFmpeg
6
  # Install dependencies for downloading FFmpeg
7
- RUN apt-get update && apt-get install -y ffmpeg=7.1-1
8
 
9
  RUN useradd -m -u 1000 user
10
  USER user
 
4
  FROM python:3.11
5
  # Install FFmpeg
6
  # Install dependencies for downloading FFmpeg
7
+ RUN apt-get update && apt-get install -y ffmpeg=7.0.2-1
8
 
9
  RUN useradd -m -u 1000 user
10
  USER user