File tree Expand file tree Collapse file tree 2 files changed +9
-27
lines changed Expand file tree Collapse file tree 2 files changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,15 @@ version = 2020
4040cli = lein
4141version = Leiningen 2.9
4242
43- [PhantomJS ]
43+ [Node ]
4444
45- cli = phantomjs
46- version = 2
45+ cli = node
46+ version = 14
47+
48+ [NPM]
49+
50+ cli = npm
51+ version = 6
4752
4853[Firefox]
4954
Original file line number Diff line number Diff line change 1- FROM circleci/python:3.7.9-browsers
2-
3- # Python
4-
5- RUN sudo pip install --upgrade pip && \
6- pip --version
7-
8- # Pipenv
9-
10- RUN sudo pip install --upgrade pipenv && \
11- pipenv --version
12-
13- # Poetry
14- RUN sudo pip install poetry==1.1.4 && \
15- poetry --version
1+ FROM circleci/python:3.7.9-node-browsers
162
173# Leiningen
184
@@ -39,12 +25,3 @@ geckodriver --version
3925
4026RUN sudo apt install graphviz graphviz-dev && \
4127dot -V
42-
43- # PhantomJS
44-
45- ENV OPENSSL_CONF=/etc/ssl/
46-
47- RUN sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
48- sudo tar xvjf phantomjs-2.1.1-linux-x86_64.tar.bz2 -C /usr/local/share/ && \
49- sudo ln -sf /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin && \
50- phantomjs --version
You can’t perform that action at this time.
0 commit comments