Skip to content

Instantly share code, notes, and snippets.

@amontalban
Created February 13, 2017 13:55
Show Gist options
  • Save amontalban/aae9d5c686f977f902a3694d15481400 to your computer and use it in GitHub Desktop.
Save amontalban/aae9d5c686f977f902a3694d15481400 to your computer and use it in GitHub Desktop.
RVM install issue on Debian Jessie
FROM debian:jessie
RUN apt-get update \
&& apt-get install -y bash curl patch bzip2 gawk libreadline6-dev zlib1g \
zlib1g-dev libssl-dev libc6-dev libyaml-dev libsqlite3-dev sqlite3 autoconf \
libgmp-dev libgdbm-dev libncurses5-dev automake make libtool bison \
pkg-config libffi-dev openssl
RUN \curl -L https://get.rvm.io | bash -s stable --autolibs=read-fail
RUN /usr/local/rvm/bin/rvm install ruby-2.2.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment