Sha256: 5c77e236f28e0e7d6d9ce01a9626c17c884b6d68a39bdc701c0ff3d2681ad754

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
natives-0.6.2 catalogs_test/images/ubuntu-12.10/Dockerfile
natives-0.6.1 catalogs_test/images/ubuntu-12.10/Dockerfile
natives-0.6.0 catalogs_test/images/ubuntu-12.10/Dockerfile
natives-0.5.5 catalogs_test/images/ubuntu-12.10/Dockerfile
natives-0.5.4 catalogs_test/images/ubuntu-12.10/Dockerfile