Update Dockerfile
Browse files- 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.
|
| 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
|