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 58cc984 commit 046ff18Copy full SHA for 046ff18
Dockerfile
@@ -31,6 +31,8 @@ RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.8.3
31
RUN virtualenv /root/py38 --python /opt/pyenv/versions/3.8.3/bin/python
32
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9.0
33
RUN virtualenv /root/py39 --python /opt/pyenv/versions/3.9.0/bin/python
34
+# Lint tools
35
+RUN pip3 install flake8
36
RUN ln -s /usr/bin/python3 /usr/bin/python
37
ENV LC_ALL=C.UTF-8
38
ENV LANG=C.UTF-8
0 commit comments