Zenika / alpine-chrome

Chrome Headless docker images built upon alpine official image
https://hub.docker.com/r/zenika/alpine-chrome
Apache License 2.0
1.82k stars 241 forks source link

[0714/075110.865081:ERROR:headless_shell.cc(184)] Open multiple tabs is only supported when remote debugging is enabled. #180

Open panw3i opened 3 years ago

panw3i commented 3 years ago
FROM zenika/alpine-chrome
USER root
RUN apk add --no-cache tini make gcc g++ python3 git nodejs nodejs-npm yarn chromium-chromedriver
...