teohm/natives

View on GitHub
catalogs_test/images/ubuntu-12.10/Dockerfile

Summary

Maintainability
Test Coverage
FROM ubuntu:12.10

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