This is a fork of Atlassian's https://bitbucket.org/atlassian/docker-node-chrome-firefox
This Dockerfile contains:
- SCM tools
- Node 9.x (9.11.1)
- Google Chrome latest (66.0.3359.170)
- Firefox ESR latest (52.8.0)
- Bzip2 (for PhantomJS install)
docker build -t node-chrome-firefox .
then use docker images
to find the image ID.
With docker run -it <IMAGE_ID>
you can test if your changes are the desired ones.
Then tag it: docker tag <IMAGE_ID> <YOUR-USER>/node-chrome-firefox:latest
and finally publish it: docker push <YOUR-USER>/node-chrome-firefox