Skip to content

Commit

Permalink
Drop PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 2, 2021
1 parent 64c9da9 commit 6576f55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
11 changes: 8 additions & 3 deletions .verchew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ version = 2020
cli = lein
version = Leiningen 2.9

[PhantomJS]
[Node]

cli = phantomjs
version = 2
cli = node
version = 14

[NPM]

cli = npm
version = 6

[Firefox]

Expand Down
25 changes: 1 addition & 24 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
FROM circleci/python:3.7.9-browsers

# Python

RUN sudo pip install --upgrade pip && \
pip --version

# Pipenv

RUN sudo pip install --upgrade pipenv && \
pipenv --version

# Poetry
RUN sudo pip install poetry==1.1.4 && \
poetry --version
FROM circleci/python:3.7.9-node-browsers

# Leiningen

Expand All @@ -39,12 +25,3 @@ geckodriver --version

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 comments on commit 6576f55

Please sign in to comment.