/docker-alpine-phantomjs

Alpine Linux container with PhantomJS

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

Alpine Linux with PhantomJS

This repository contains Dockerfile to build Alpine docker image with pre-built PhantomJS binary package.

Building a docker image

    docker build -t alpine-phantomjs .

or

	make build

PhantomJS

Current Dockerfile uses PhantomJS binary package from Fabio Rehm's docker-phantomjs2 repository.