Skip to content

Instantly share code, notes, and snippets.

@alexzorin
alexzorin / Dockerfile
Last active December 18, 2015 23:49 — forked from shingara/Dockerfile
ruby-install fails without sudo, use ruby-install 0.2.0
FROM base
MAINTAINER Cyril Mougel "cyril.mougel@gmail.com"
RUN apt-get update
RUN apt-get install -q -y wget
RUN apt-get install -q -y ca-certificates
RUN apt-get install -q -y make
RUN apt-get install -q -y sudo
## Ruby-install