add python pep8 checker

This commit is contained in:
2019-05-30 14:47:08 +02:00
parent 4e4c93865a
commit 1baac948c0

View File

@ -11,6 +11,7 @@ RUN \
apt-get install -y git && \
apt-get install -y python && \
apt-get install -y python-requests && \
apt-get install -y python-pycodestyle && \
apt-get install -y gpg && \
apt-get install -y apt-transport-https && \
apt-get install -y wget && \