From bac145b0711d78f302bbfd985c4b6f89dc09db8c Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Tue, 3 Oct 2017 13:24:50 -0400 Subject: [PATCH] use the RIFT R3 repos Signed-off-by: Jeremy Mordkoff --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d576e2ff8..24d5bf0c2 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 UI-dev --repo OSM --rw-version 5.2.0.0.71033 +RUN /usr/rift/container_tools/mkcontainer --modes UI-dev --repo OSM3 --rw-version 5.2.0.0.71033 RUN chmod 777 /usr/rift -- 2.17.1