1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00

fix: minor change in dockerfile

This commit is contained in:
Adrien Waksberg 2017-10-03 13:07:53 +02:00
parent 348db7cfd0
commit 8fddbd01be

View file

@ -10,10 +10,6 @@ RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A170311380
RUN curl -sSL https://get.rvm.io | bash -s stable
RUN echo 'source "/usr/local/rvm/scripts/rvm"' >> /etc/bash.bashrc
run apt install -y patch bzip2 gawk g++ gcc make libc6-dev patch zlib1g-dev libyaml-dev libsqlite3-dev \
sqlite3 autoconf libgmp-dev libgdbm-dev libncurses5-dev automake libtool bison \
pkg-config libffi-dev libgmp-dev libreadline-dev libssl-dev
RUN /bin/bash -l -c "rvm install 2.4.2"
RUN /bin/bash -l -c "rvm install 2.3.5"
RUN /bin/bash -l -c "rvm install 2.2.8"