Skip to content

Commit

Permalink
Merge pull request #216 from EFForg/fix_phantomjs_ci_download
Browse files Browse the repository at this point in the history
Use different source for phantomjs binary download
  • Loading branch information
vbrown608 committed Oct 3, 2016
2 parents 00c321f + 01bc22f commit 71cc7b7
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
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
RUN ln -s /phantomjs-2.1.1-linux-x86_64/bin/phantomjs /bin/phantomjs

# Set up phantomjs, making sure to check the known good sha256sum
RUN cd / && curl -sLo phantomjs.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
RUN cd / && curl -sLo phantomjs.tar.bz2 https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
bash -l -c '[ "`sha256sum phantomjs.tar.bz2 | cut -f1 -d" "`" = "86dd9a4bf4aee45f1a84c9f61cf1947c1d6dce9b9e8d2a907105da7852460d2f" ]' && \
tar -jxvf phantomjs.tar.bz2 > /dev/null && \
rm phantomjs.tar.bz2
Expand Down

0 comments on commit 71cc7b7

Please sign in to comment.