Skip to content

Instantly share code, notes, and snippets.

@jotto
Created August 8, 2016 21:00
Show Gist options
  • Save jotto/e1d9bef56a5e466bb4254e31c15e9dc4 to your computer and use it in GitHub Desktop.
Save jotto/e1d9bef56a5e466bb4254e31c15e9dc4 to your computer and use it in GitHub Desktop.
headless dev branch of Chrome Dockerfile
FROM ubuntu:14.04
RUN apt-get -y update
RUN apt-get -y install libnss3 libfontconfig1-dev
COPY ./* /
EXPOSE 9222
ENTRYPOINT ["./headless_shell", "--remote-debugging-address=0.0.0.0", "--remote-debugging-port=9222", "--no-sandbox"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment