Fix Dockerfile.local in v4.0 branch to use common and IM from v4.0

Change-Id: Ia3cf80b9d02ad40c888be79547ddeb223d7191d2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/setup.py b/setup.py
index 68aa1fc..24c72d5 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
     name=_name,
     description='OSM North Bound Interface',
     long_description=README,
-    version_command=('git describe --tags --long --dirty --match v*', 'pep440-git'),
+    version_command=('git describe --match v* --tags --long --dirty', 'pep440-git-full'),
     # version=VERSION,
     # python_requires='>3.5.0',
     author='ETSI OSM',