Enhance Dockerfile-local cache 49/8749/3
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 1 Apr 2020 17:08:43 +0000 (17:08 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 2 Apr 2020 21:19:07 +0000 (23:19 +0200)
Change-Id: Ifc703060ce6eda9dcb27869c67a6ecb72bd7f146
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile-local

index 725b2d8..3e84512 100644 (file)
@@ -27,19 +27,17 @@ RUN apt-get update && apt-get install -y git python3 python3-pip \
 # This is not needed, because package dependency will install anyway.
 # But done here in order to harry up image generation using cache
 RUN DEBIAN_FRONTEND=noninteractive  apt-get -y install python3-neutronclient python3-openstackclient \
-    python3-requests python3-netaddr python3-argcomplete
+    python3-requests python3-netaddr python3-argcomplete \
+    && DEBIAN_FRONTEND=noninteractive python3 -m pip install -U jsonrpclib-pelix cvprac \
+    "osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im" azure boto "fog05rest>=0.0.4" \
+    untangle pyone "oca @ git+https://github.com/python-oca/python-oca#egg=oca"
 
 #    DEBIAN_FRONTEND=noninteractive apt-get -y install python-openstacksdk python-openstackclient && \
 # TODO py3   DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:rocky && apt-get update && apt-get install -y python3-networking-l2gw \
 
 #    DEBIAN_FRONTEND=noninteractive apt-get -y install python-cffi  libssl-dev libffi-dev python-mysqldb && \
-#    DEBIAN_FRONTEND=noninteractive pip2 install -U azure && \
-#    DEBIAN_FRONTEND=noninteractive pip2 install -U fog05rest && \
 #    && DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common && \
 #    DEBIAN_FRONTEND=noninteractive apt-get -y install wget tox && \
-#    DEBIAN_FRONTEND=noninteractive pip2 install untangle && \
-#    DEBIAN_FRONTEND=noninteractive pip2 install pyone && \
-#    DEBIAN_FRONTEND=noninteractive pip2 install -e git+https://github.com/python-oca/python-oca#egg=oca && \
 
 COPY . /root/RO