fffiloni commited on
Commit
654ba65
1 Parent(s): 73bf099

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 libx264-dev 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
 
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