File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -9,25 +9,28 @@ RUN apt-get update && \
9
9
git \
10
10
curl \
11
11
ffmpeg \
12
- libnss3 \
13
- libxss1 \
14
12
libasound2 \
15
- libxtst6 \
16
- libgtk-3-0 \
17
- libgbm1 \
18
- libxrandr2 \
19
- libu2f-udev \
13
+ libatk-bridge2.0-0 \
14
+ libatk1.0-0 \
15
+ libatspi2.0-0 \
16
+ libcairo2 \
17
+ libcups2 \
18
+ libdbus-1-3 \
20
19
libdrm2 \
20
+ libgbm1 \
21
+ libglib2.0-0 \
22
+ libnspr4 \
23
+ libnss3 \
24
+ libpango-1.0-0 \
25
+ libx11-6 \
26
+ libxcb1 \
21
27
libxcomposite1 \
22
28
libxdamage1 \
29
+ libxext6 \
23
30
libxfixes3 \
24
31
libxkbcommon0 \
25
- libatspi2.0-0 \
26
- libatk1.0-0 \
27
- libatk-bridge2.0-0 \
28
- libcups2 \
29
- fonts-liberation \
30
- fonts-dejavu-core && \
32
+ libxrandr2 \
33
+ fonts-liberation && \
31
34
curl -sL https://deb.nodesource.com/setup_24.x | bash - && \
32
35
apt-get install -y --no-install-recommends nodejs && \
33
36
apt-get purge -y --auto-remove && \
You can’t perform that action at this time.
0 commit comments