Updated Dockerfiles and postinst for RO and LCM to use pip-9.0.3
Also replaces apt by apt-get in Dockerfiles
Change-Id: I54c8c45745e0550878d05f3c386ea7d633b50786
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst
index 615cbc4..20dbc5e 100755
--- a/scripts/python-osm-ro.postinst
+++ b/scripts/python-osm-ro.postinst
@@ -22,7 +22,7 @@
#OSMLIBOVIM_PATH=`python -c 'import lib_osm_openvim; print lib_osm_openvim.__path__[0]'`
#Pip packages required for vmware connector
-pip install --upgrade pip
+pip install pip==9.0.3
pip install --upgrade pyvcloud==19.1.1
pip install --upgrade progressbar
pip install --upgrade prettytable