replacing ocata Openstack libraries by pike
[osm/RO.git] / docker / Dockerfile-local
index 67a3ca9..b1ad102 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 && \
+    DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:pike && \
     apt-get update && \
-    DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:ocata && \
     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 && \