Skip to content

Commit

Permalink
Add pylint and bandit.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Feb 19, 2019
1 parent 449c097 commit 8a2109d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ RUN apk add --no-cache bash

RUN pip install pep8
RUN pip install flake8
RUN pip install pylint
RUN pip install bandit

CMD ["/bin/bash"]

0 comments on commit 8a2109d

Please sign in to comment.