Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
|
|
| 14 |
RUN apt-get update && apt-get install -y ninja-build
|
| 15 |
|
| 16 |
# Install necessary dependencies, including CMake, a C++ compiler, and others
|
| 17 |
-
RUN apt-get update && apt-get install -y unzip ffmpeg
|
| 18 |
|
| 19 |
# Set up a new user named "user" with user ID 1000
|
| 20 |
RUN useradd -m -u 1000 user
|
|
|
|
| 14 |
RUN apt-get update && apt-get install -y ninja-build
|
| 15 |
|
| 16 |
# Install necessary dependencies, including CMake, a C++ compiler, and others
|
| 17 |
+
RUN apt-get update && apt-get install -y unzip ffmpeg cmake g++ build-essential aria2
|
| 18 |
|
| 19 |
# Set up a new user named "user" with user ID 1000
|
| 20 |
RUN useradd -m -u 1000 user
|