docker-phantomjs2 icon indicating copy to clipboard operation
docker-phantomjs2 copied to clipboard

Minimum Viable Docker Image for PhantomJS 2.0

Results 2 docker-phantomjs2 issues
Sort by recently updated
recently updated
newest added

I'm trying to use your `dockerized-phantomjs.tar.gz` in my customized alpine-linux based image. I've noticed that the file contains other files in addition to these that are required to run phantomjs....

Apparently `wget` has less dependencies and we could use it instead of `curl` to download the tarball, reducing the image size a bit more.