Skip to content

Commit

Permalink
updates dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 12, 2024
1 parent 2cd1231 commit 5a163af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apk add --update \
nodejs \
tzdata \
&& rm -rf /var/cache/apk/* \
&& gem update --system \
&& gem install rubygems-update -v 3.4.22 \
&& update_rubygems \
&& gem install bundler:$BUNDLER_VERSION \
&& bundle config --global frozen 1

Expand Down

0 comments on commit 5a163af

Please sign in to comment.