Skip to content

Commit

Permalink
try https
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Mar 11, 2024
1 parent 3e74e84 commit 9552f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Expand Up @@ -28,7 +28,7 @@ RUN ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin/phantomjs
RUN ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/bin/phantomjs
RUN rm -rf /usr/local/share/$PHANTOM_JS.tar.bz2

RUN cd ../ && git clone git://github.com/casperjs/casperjs.git \
RUN cd ../ && git clone https://github.com/casperjs/casperjs.git \
&& cd casperjs && ln -sf `pwd`/bin/casperjs /usr/local/bin/casperjs

ENV PYTHONPATH="/usr/src/app"
Expand Down

0 comments on commit 9552f13

Please sign in to comment.