Fix setup.py and stdeb.cfg requirements: python-magic
Change-Id: I3a09df124ba2cb8ab386507b7298730170e6857e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Dockerfile b/Dockerfile
index b7a8a91..767d3f8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,4 +2,4 @@
RUN apt-get update && apt-get -y install git make python python3 \
libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \
- debhelper python-setuptools python-all apt-utils
+ debhelper python-setuptools python-all apt-utils python-magic