Skip to content

Commit 0661482

Browse files

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

Dockerfile

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,28 @@ RUN apt-get update && \
99
git \
1010
curl \
1111
ffmpeg \
12-
libnss3 \
13-
libxss1 \
1412
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 \
2019
libdrm2 \
20+
libgbm1 \
21+
libglib2.0-0 \
22+
libnspr4 \
23+
libnss3 \
24+
libpango-1.0-0 \
25+
libx11-6 \
26+
libxcb1 \
2127
libxcomposite1 \
2228
libxdamage1 \
29+
libxext6 \
2330
libxfixes3 \
2431
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 && \
3134
curl -sL https://deb.nodesource.com/setup_24.x | bash - && \
3235
apt-get install -y --no-install-recommends nodejs && \
3336
apt-get purge -y --auto-remove && \

0 commit comments

Comments
 (0)