Skip to content

Commit de6b257

Browse files
author
DavertMik
committed
changed docker file
1 parent dbdd82a commit de6b257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
44

55
# Installing the pre-required packages and libraries
66
RUN apt-get update && \
7-
apt-get install -y libgtk2.0-0 libgconf-2-4 \
8-
libasound2 libxtst6 libxss1 libnss3 xvfb
7+
apt-get install -y libgtk2.0-0 \
8+
libxtst6 libxss1 libnss3 xvfb
99

1010
# Install latest chrome dev package and fonts to support major charsets (Chinese, Japanese, Arabic, Hebrew, Thai and a few others)
1111
# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer

0 commit comments

Comments
 (0)