pvanand commited on
Commit
e23cb90
·
verified ·
1 Parent(s): 45b97a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -21,6 +21,9 @@ RUN apt-get update && apt-get install -y \
21
  libxrandr2 \
22
  libgbm1 \
23
  libasound2 \
 
 
 
24
  && rm -rf /var/lib/apt/lists/*
25
 
26
  # Copy the requirements file into the container
 
21
  libxrandr2 \
22
  libgbm1 \
23
  libasound2 \
24
+ libx11-xcb1\
25
+ libxcursor1\
26
+ libgtk-3-0\
27
  && rm -rf /var/lib/apt/lists/*
28
 
29
  # Copy the requirements file into the container