Docker image doesn't work
marcellerusu opened this issue · 3 comments
Error -
(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Failed to launch chrome!
/app/node_modules/puppeteer/.local-chromium/linux-515411/chrome-linux/chrome: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
Things are still working outside of docker.
Even the example puppeteer code on puppeteer's github doesn't seem to work, so it seems like a puppeteer / chromium issue. Can't figure out if it's just on my computer or if it's legit right now.
I'll figure this one out
This seems to be related https://bugs.chromium.org/p/chromium/issues/detail?id=795759
Referenced in the example docker file in https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
Actual Dockerimage is debian-based. As described in https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md, to work on Debian puppeteer needs a list of packages to be installed:
gconf-service
libasound2
libatk1.0-0
libatk-bridge2.0-0
libc6
libcairo2
libcups2
libdbus-1-3
libexpat1
libfontconfig1
libgcc1
libgconf-2-4
libgdk-pixbuf2.0-0
libglib2.0-0
libgtk-3-0
libnspr4
libpango-1.0-0
libpangocairo-1.0-0
libstdc++6
libx11-6
libx11-xcb1
libxcb1
libxcomposite1
libxcursor1
libxdamage1
libxext6
libxfixes3
libxi6
libxrandr2
libxrender1
libxss1
libxtst6
ca-certificates
fonts-liberation
libappindicator1
libnss3
lsb-release
xdg-utils
wget