From 1c9cff7a959d6f3d171a9aa25fedd0bd868036d4 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 29 Nov 2017 18:07:51 +0100 Subject: [PATCH] add flake8 dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 077396cc..8ba3d538 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN \ python3-crypto \ python3-pyasn1 \ python3-ecdsa \ - python3-pep8 \ + python3-flake8 \ p7zip \ subversion \ unzip \