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

Critical file are aoverriden by dockerized-phantomjs.tar.gz

Open bigfoot90 opened this issue 8 years ago • 0 comments

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.

In particular these files are overrindden when I try to extract it:

/bin/sh
/etc/passwd
/etc/group
/usr/bin/curl

Shouldn't this file be put in the Dockerfile instead? Thanks.

bigfoot90 avatar May 11 '17 13:05 bigfoot90