Skip to content

Instantly share code, notes, and snippets.

View dougbarth's full-sized avatar

Doug Barth dougbarth

View GitHub Profile
FROM ubuntu:trusty
RUN apt-get update && \
apt-get install -y build-essential software-properties-common python-software-properties
RUN apt-add-repository ppa:brightbox/ruby-ng && \
apt-get update && \
apt-get install -y ruby2.2 ruby2.2-dev zlib1g-dev liblzma-dev
RUN gem2.2 install --no-ri --no-rdoc jsonlint bundler