Skip to content

Commit

Permalink
feat: Add ruby bigdecimal to build container
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Sep 11, 2024
1 parent 9aa200a commit b522bd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN sudo usermod --append --groups rvm customer
USER customer

# Configure rvm and install default Ruby
ENV RUBY_VERSION 3.1.4
ENV RUBY_VERSION 3.3.4
ENV RUBY_VERSION_MIN 3.0.6
RUN source /usr/local/rvm/scripts/rvm \
# Fail if deps are missing, won't prompt for sudo
Expand All @@ -100,7 +100,8 @@ RUN source /usr/local/rvm/scripts/rvm \

# Update to the latest RubyGems
RUN source /usr/local/rvm/scripts/rvm && \
rvm rubygems 3.4.22
rvm rubygems 3.5.18 && \
rvm gem install bigdecimal

# Default to Node 18
ENV NODE_VERSION lts/hydrogen
Expand Down

0 comments on commit b522bd9

Please sign in to comment.