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 a279624 commit c6dec36Copy full SHA for c6dec36
Dockerfile
@@ -2,4 +2,12 @@ FROM circleci/python:3.6.3-stretch-browsers
2
3
# Pipenv
4
5
-RUN sudo pip install --upgrade pipenv && pipenv --version
+RUN sudo pip install --upgrade pipenv && \
6
+pipenv --version
7
+
8
+# Leiningen
9
10
+RUN sudo wget -q -O /usr/bin/lein \
11
+https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && \
12
+sudo chmod +x /usr/bin/lein && \
13
+lein --version
0 commit comments