https://github.com/mlaccetti/docker-debian-phantomjs
Build PhantomJS using Debian
https://github.com/mlaccetti/docker-debian-phantomjs
Last synced: 5 months ago
JSON representation
Build PhantomJS using Debian
- Host: GitHub
- URL: https://github.com/mlaccetti/docker-debian-phantomjs
- Owner: mlaccetti
- License: lgpl-2.1
- Created: 2015-11-10T22:05:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T18:54:58.000Z (over 9 years ago)
- Last Synced: 2025-01-09T18:48:38.105Z (6 months ago)
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debian PhantomJS Build using Docker
### Building
`$ docker build -t debian-phantomjs .`
### Running
`$ docker run --name my-phantomjs debian-phantomjs`
### Grabbing the binary
`$ docker cp debian-phantomjs:/usr/bin/phantomjs phantomjs`