Skip to content

Commit

Permalink
update ruby version and install bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 19, 2024
1 parent 6b37ac6 commit a17f3cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG MAVEN_FILE="apache-maven-${MAVEN_VERSION}-bin.zip"
ARG MAVEN_URL="http://mirrors.sonic.net/apache/maven/maven-3/${MAVEN_VERSION}/binaries/${MAVEN_FILE}"
ARG RVM_VERSION=stable
ARG RVM_USER=rvm
ARG RVM_INSTALL_VERSION="3.3.5"
ARG RVM_INSTALL_VERSION="3.5.19"
ARG GROOVY_VERSION="4.0.23"

ENV RVM_USER=${RVM_USER}
Expand Down Expand Up @@ -157,7 +157,9 @@ RUN \
echo "bundler" >> /usr/local/rvm/gemsets/global.gems && \
rvm reload && \
rvm requirements run && \
rvm install ${RVM_INSTALL_VERSION}
rvm install ${RVM_INSTALL_VERSION} && \
rvm use ${RVM_INSTALL_VERSION} --default && \
gem install bundler

RUN \
echo "==> Install Ansible..." && \
Expand Down

0 comments on commit a17f3cf

Please sign in to comment.