blob: 6f18be53a34d9505a04a9c9e50a88510b8b66b36 [file] [log] [blame]
Wesley Hirschadbe65e2017-03-17 15:50:56 -04001FROM ubuntu:16.04
2
Jeremy Mordkoff4870d0e2017-09-30 20:28:33 -04003RUN apt-get update && apt-get -y install python3 curl build-essential apt-transport-https sudo
Wesley Hirschadbe65e2017-03-17 15:50:56 -04004RUN curl http://repos.riftio.com/public/xenial-riftware-public-key | apt-key add - && \
Jeremy Mordkoffe8bacf62017-10-03 13:22:07 -04005 curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/OSM3/ && \
Wesley Hirschadbe65e2017-03-17 15:50:56 -04006 apt-get update && \
Jeremy Mordkoff4870d0e2017-09-30 20:28:33 -04007 apt-get -y install \
8 rw.tools-container-tools=5.2.0.0.71033 \
9 rw.tools-scripts=5.2.0.0.71033
Wesley Hirschadbe65e2017-03-17 15:50:56 -040010
Jeremy Mordkoffe8bacf62017-10-03 13:22:07 -040011RUN /usr/rift/container_tools/mkcontainer --modes SO-dev --repo OSM3 --rw-version 5.2.0.0.71033
Wesley Hirschadbe65e2017-03-17 15:50:56 -040012
13RUN chmod 777 /usr/rift /usr/rift/usr/share