Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
v2.0.0-20150722
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Jul 23, 2015
1 parent 238ac07 commit 331ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gliderlabs/alpine:3.2
MAINTAINER Fabio Rehm "fgrehm@gmail.com"
RUN apk-install curl \
&& curl -Ls https://github.com/fgrehm/docker-phantomjs2/releases/download/v2.0.0-20150720/dockerized-phantomjs.tar.gz \
&& curl -Ls https://github.com/fgrehm/docker-phantomjs2/releases/download/v2.0.0-20150722/dockerized-phantomjs.tar.gz \
| tar xz -C /
ENTRYPOINT ["/usr/local/bin/phantomjs"]

0 comments on commit 331ed11

Please sign in to comment.