From: Jeremy Mordkoff Date: Tue, 3 Oct 2017 17:22:07 +0000 (-0400) Subject: use the new RIFT OSM R3 repo X-Git-Tag: v3.0.0~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F5507%2F1;p=osm%2FSO.git use the new RIFT OSM R3 repo Signed-off-by: Jeremy Mordkoff --- diff --git a/Dockerfile b/Dockerfile index feb07003..6f18be53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM ubuntu:16.04 RUN apt-get update && apt-get -y install python3 curl build-essential apt-transport-https sudo RUN curl http://repos.riftio.com/public/xenial-riftware-public-key | apt-key add - && \ - curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/OSM/ && \ + curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/OSM3/ && \ apt-get update && \ apt-get -y install \ rw.tools-container-tools=5.2.0.0.71033 \ rw.tools-scripts=5.2.0.0.71033 -RUN /usr/rift/container_tools/mkcontainer --modes SO-dev --repo OSM --rw-version 5.2.0.0.71033 +RUN /usr/rift/container_tools/mkcontainer --modes SO-dev --repo OSM3 --rw-version 5.2.0.0.71033 RUN chmod 777 /usr/rift /usr/rift/usr/share