ionvop commited on
Commit
7abd37b
·
verified ·
1 Parent(s): 495f0fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Base image
2
  FROM python:3.10-slim
3
 
4
- RUN apt-get update && apt-get install -y build-essential
5
 
6
  # Set up a new user named "user" with user ID 1000
7
  RUN useradd -m -u 1000 user
 
1
  # Base image
2
  FROM python:3.10-slim
3
 
4
+ RUN apt-get update && apt-get install -y build-essential && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
5
 
6
  # Set up a new user named "user" with user ID 1000
7
  RUN useradd -m -u 1000 user