Skip to content

Commit b0a1991

Browse files
committed
Fixing path for PhantomJS build.
1 parent f61783b commit b0a1991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodePhantomJS/Dockerfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update -y
77
RUN apt-get install bzip2 libfreetype6 libfontconfig1 -y
88
RUN wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
99
RUN tar -xvjf phantomjs-1.9.8-linux-x86_64.tar.bz2 && rm phantomjs-1.9.8-linux-x86_64.tar.bz2
10-
RUN mv /phantomjs-1.9.8-linux-x86_64 /usr/local/phantomjs-1.9.8-linux-x86_64
10+
RUN mv phantomjs-1.9.8-linux-x86_64 /usr/local/phantomjs-1.9.8-linux-x86_64
1111
RUN ln -s /usr/local/phantomjs-1.9.8-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
1212

1313
#==============================

0 commit comments

Comments
 (0)