fffiloni commited on
Commit
ed51e31
1 Parent(s): a90eb0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,6 +18,9 @@ RUN apt-get update && apt-get install -y ninja-build
18
  # Install necessary dependencies, including CMake, a C++ compiler, and others
19
  RUN apt-get update && apt-get install -y unzip ffmpeg cmake g++ build-essential aria2
20
 
 
 
 
21
  # Set up a new user named "user" with user ID 1000
22
  RUN useradd -m -u 1000 user
23
 
 
18
  # Install necessary dependencies, including CMake, a C++ compiler, and others
19
  RUN apt-get update && apt-get install -y unzip ffmpeg cmake g++ build-essential aria2
20
 
21
+ # Install the packaging module
22
+ RUN pip install packaging
23
+
24
  # Set up a new user named "user" with user ID 1000
25
  RUN useradd -m -u 1000 user
26