File tree 2 files changed +9
-27
lines changed
2 files changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,15 @@ version = 2020
40
40
cli = lein
41
41
version = Leiningen 2.9
42
42
43
- [PhantomJS ]
43
+ [Node ]
44
44
45
- cli = phantomjs
46
- version = 2
45
+ cli = node
46
+ version = 14
47
+
48
+ [NPM]
49
+
50
+ cli = npm
51
+ version = 6
47
52
48
53
[Firefox]
49
54
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
16
2
17
3
# Leiningen
18
4
@@ -39,12 +25,3 @@ geckodriver --version
39
25
40
26
RUN sudo apt install graphviz graphviz-dev && \
41
27
dot -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