teohm/natives

View on GitHub
catalogs_test/images/debian-7.2/Dockerfile

Summary

Maintainability
Test Coverage
FROM tianon/debian:7.2

MAINTAINER Huiming Teo (@teohm)

RUN apt-get -y update
RUN apt-get -y install ruby1.9.1-full
RUN apt-get -y install build-essential

RUN gem install bundler
RUN gem install natives