We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461f758 commit 64c9da9Copy full SHA for 64c9da9
.verchew.ini
@@ -40,6 +40,11 @@ version = 2020
40
cli = lein
41
version = Leiningen 2.9
42
43
+[PhantomJS]
44
+
45
+cli = phantomjs
46
+version = 2
47
48
[Firefox]
49
50
cli = firefox
Dockerfile
@@ -39,3 +39,12 @@ geckodriver --version
39
RUN sudo apt install graphviz graphviz-dev && \
dot -V
+# PhantomJS
+ENV OPENSSL_CONF=/etc/ssl/
+RUN sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
+sudo tar xvjf phantomjs-2.1.1-linux-x86_64.tar.bz2 -C /usr/local/share/ && \
+sudo ln -sf /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin && \
+phantomjs --version
0 commit comments