fffiloni commited on
Commit
976b6b6
1 Parent(s): 055cc07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive
7
  # Install Git, OpenGL libraries, and libglib2.0
8
  RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
9
 
 
 
10
  # Install necessary dependencies, including CMake, a C++ compiler, and others
11
  RUN apt-get update && apt-get install -y unzip ffmpeg cmake g++ build-essential aria2
12
 
 
7
  # Install Git, OpenGL libraries, and libglib2.0
8
  RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
9
 
10
+ RUN apt-get update && apt-get install -y ninja-build
11
+
12
  # Install necessary dependencies, including CMake, a C++ compiler, and others
13
  RUN apt-get update && apt-get install -y unzip ffmpeg cmake g++ build-essential aria2
14