sanjay7178 commited on
Commit
b94b6fc
·
verified ·
1 Parent(s): da3719a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -14,6 +14,11 @@ RUN apt-get update && apt-get install -y \
14
  cargo \
15
  && rm -rf /var/lib/apt/lists/*
16
 
 
 
 
 
 
17
 
18
 
19
 
 
14
  cargo \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
+ RUN apt-get install -y --no-install-recommends \
18
+ libgl1 \
19
+ libglib2.0-0 \
20
+ libgl1-mesa-glx \
21
+ && rm -rf /var/lib/apt/lists/*
22
 
23
 
24