Created
April 9, 2016 01:21
-
-
Save dajulia3/21ef9add7fa0d145c41669c433d2bc10 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:15.10 | |
RUN rm /bin/sh && ln -s /bin/bash /bin/sh; \ | |
apt-get update;\ | |
apt-get install -y openjdk-8-jdk curl; \ | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3; \ | |
\curl -sSL https://get.rvm.io | bash -s stable; \ | |
rvm install 2.1.1 ; \ | |
gem install pact_broker; \ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment