From 1baac948c04f763d15256ad589acb410e8584864 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 30 May 2019 14:47:08 +0200 Subject: [PATCH] add python pep8 checker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 67b5a64..bc5262b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \