enable new platform release
[osm/UI.git] / Dockerfile
1 FROM ubuntu:16.04
2
3 RUN apt-get update && apt-get -y install python3 curl build-essential apt-transport-https sudo
4 COPY rift.list /etc/apt/sources.list.d/rift.list
5 COPY rift /etc/apt/preferences.d/rift
6 RUN curl http://repos.riftio.com/public/xenial-riftware-public-key | apt-key add - && \
7         apt-get update && \
8         apt-get -y install \
9                 rw.tools-container-tools=5.2.0.3.73627 \
10                 rw.tools-scripts=5.2.0.3.73627
11
12 RUN /usr/rift/container_tools/mkcontainer --modes UI-dev --rw-version 5.2.0.3.73627
13
14 RUN chmod 777 /usr/rift /usr/rift/usr/share