We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdd82a commit de6b257Copy full SHA for de6b257
Dockerfile
@@ -4,8 +4,8 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
4
5
# Installing the pre-required packages and libraries
6
RUN apt-get update && \
7
- apt-get install -y libgtk2.0-0 libgconf-2-4 \
8
- libasound2 libxtst6 libxss1 libnss3 xvfb
+ apt-get install -y libgtk2.0-0 \
+ libxtst6 libxss1 libnss3 xvfb
9
10
# Install latest chrome dev package and fonts to support major charsets (Chinese, Japanese, Arabic, Hebrew, Thai and a few others)
11
# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer
0 commit comments