diff --git a/Dockerfile b/Dockerfile index bc253f7..9659601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]