lukiod commited on
Commit
8287a4b
·
verified ·
1 Parent(s): 95d9c0f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -5,7 +5,9 @@ WORKDIR /app
5
 
6
  # Install system dependencies
7
  RUN apt-get update && apt-get install -y \
8
- libgl1-mesa-glx
 
 
9
 
10
 
11
  RUN pip install --no-cache-dir \
 
5
 
6
  # Install system dependencies
7
  RUN apt-get update && apt-get install -y \
8
+ libgl1-mesa-glx \
9
+ libglib2.0-0 \
10
+ git
11
 
12
 
13
  RUN pip install --no-cache-dir \