[1110/031547.366909:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [1110/031547.367451:WARNING:dns_config_service_posix.cc(342)] Failed to read DnsConfig. [1110/031547.437879:WARNING:dns_config_service_posix.cc(342)] Failed to read DnsConfig. [1110/031549.073431:ERROR:headless_shell.cc(591)] Writing to file code/ss.png was unsuccessful, could not open file: FILE_ERROR_ACCESS_DENIED
FROM debian RUN apt-get update RUN apt-get install -y wget RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb RUN dpkg -i google-chrome-stable_current_amd64.deb || true RUN apt-get -f -y install RUN apt-get install -y ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy RUN mkdir -p /home WORKDIR /home ENTRYPOINT ["/opt/google/chrome/chrome","--headless","--disable-gpu"]