feature8030 move WIM connector to plugins
Change-Id: I2e08ce7aa04f3e61adcf866925bf235b53e15baf
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/Dockerfile b/Dockerfile
index c758db9..8eec007 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@
FROM ubuntu:16.04
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \
- DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev && \
+ DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev flake8 && \
DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb
# FROM ubuntu:16.04