Skip to content

Instantly share code, notes, and snippets.

@dajulia3
Created April 9, 2016 01:21
Show Gist options
  • Save dajulia3/21ef9add7fa0d145c41669c433d2bc10 to your computer and use it in GitHub Desktop.
Save dajulia3/21ef9add7fa0d145c41669c433d2bc10 to your computer and use it in GitHub Desktop.
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