Skip to content

Commit 046ff18

Browse files
committed
Add flake8 to image
1 parent 58cc984 commit 046ff18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.8.3
3131
RUN virtualenv /root/py38 --python /opt/pyenv/versions/3.8.3/bin/python
3232
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9.0
3333
RUN virtualenv /root/py39 --python /opt/pyenv/versions/3.9.0/bin/python
34+
# Lint tools
35+
RUN pip3 install flake8
3436
RUN ln -s /usr/bin/python3 /usr/bin/python
3537
ENV LC_ALL=C.UTF-8
3638
ENV LANG=C.UTF-8

0 commit comments

Comments
 (0)