Skip to content

Commit

Permalink
[PrematureStopping] Add RxCpp to the Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
geektoni committed Jun 20, 2017
1 parent 34b75d7 commit 2c5de9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions configs/shogun-sdk/Dockerfile
Expand Up @@ -39,3 +39,12 @@ RUN sudo dpkg -i /tmp/scala.deb

ADD http://dl.bintray.com/sbt/debian/sbt-0.13.6.deb /tmp/sbt.deb
RUN sudo dpkg -i /tmp/sbt.deb

ADD https://github.com/Reactive-Extensions/RxCpp/archive/v4.0.0.tar.gz /tmp/
RUN cd /tmp;\
tar -xvf v4.0.0.tar.gz;\
cd RxCpp-4.0.0/projects/;\
mkdir build;\
cd build;\
cmake ../../;\
sudo make install;

0 comments on commit 2c5de9b

Please sign in to comment.