Fix Dockerfile-local to get ocata Openstack libraries 80/6280/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 15 Jun 2018 17:22:08 +0000 (19:22 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 15 Jun 2018 17:22:08 +0000 (19:22 +0200)
Change-Id: I8166aefcf25f9806dd00a4f4e97a40d443095415
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
docker/Dockerfile-local

index 67a3ca9..9dc2c93 100644 (file)
@@ -8,8 +8,8 @@ COPY docker/scripts/ /bin/RO
 
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common && \
-    apt-get update && \
     DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:ocata && \
+    apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install git make python python-pip debhelper && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install wget tox && \
     DEBIAN_FRONTEND=noninteractive pip install pip==9.0.3 && \