blob: d576e2ff837f90cf8e7e849599a707daee898bb0 [file] [log] [blame]
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/ && \
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 chmod 777 /usr/rift