blob: feb070037eb24c0ad5c9a63b1a00fabb70f5aa15 [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 Mordkoff4870d0e2017-09-30 20:28:33 -04005 curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/OSM/ && \
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 Mordkoff4870d0e2017-09-30 20:28:33 -040011RUN /usr/rift/container_tools/mkcontainer --modes SO-dev --repo OSM --rw-version 5.2.0.0.71033
Wesley Hirschadbe65e2017-03-17 15:50:56 -040012
13RUN chmod 777 /usr/rift /usr/rift/usr/share