Skip to content

Commit

Permalink
include ruby gems update to ensure correct version of ruby gems is us…
Browse files Browse the repository at this point in the history
…ed for the project
  • Loading branch information
donrestarone committed Oct 6, 2024
1 parent ed4656f commit 965f745
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ RUN rm -rf /var/cache/apk/* \
RUN gem install bundler --version "$BUNDLE_VERSION" \
&& rm -rf $GEM_HOME/cache/*

RUN gem install rubygems-update -v 3.4.22
RUN update_rubygems
RUN gem update --system

# install ember
RUN npm install -g ember-cli

Expand Down

0 comments on commit 965f745

Please sign in to comment.