nothere990 commited on
Commit
6732ba1
·
1 Parent(s): f021810

update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -19,6 +19,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
  libxkbcommon0 \
20
  libxrandr2 \
21
  xdg-utils \
 
 
 
22
  ffmpeg \
23
  && rm -rf /var/lib/apt/lists/*
24
 
 
19
  libxkbcommon0 \
20
  libxrandr2 \
21
  xdg-utils \
22
+ libnss3 \
23
+ libnspr4 \
24
+ libgbm1 \
25
  ffmpeg \
26
  && rm -rf /var/lib/apt/lists/*
27