An open API service indexing awesome lists of open source software.

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

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`