Skip to content

Commit

Permalink
Fixing path for PhantomJS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 2, 2017
1 parent f61783b commit b0a1991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodePhantomJS/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update -y
RUN apt-get install bzip2 libfreetype6 libfontconfig1 -y
RUN wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
RUN tar -xvjf phantomjs-1.9.8-linux-x86_64.tar.bz2 && rm phantomjs-1.9.8-linux-x86_64.tar.bz2
RUN mv /phantomjs-1.9.8-linux-x86_64 /usr/local/phantomjs-1.9.8-linux-x86_64
RUN mv phantomjs-1.9.8-linux-x86_64 /usr/local/phantomjs-1.9.8-linux-x86_64
RUN ln -s /usr/local/phantomjs-1.9.8-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs

#==============================
Expand Down

0 comments on commit b0a1991

Please sign in to comment.