Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|