Skip to content

Commit

Permalink
refactor: Don't needlessly install Ruby's bundled gems (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabschurt authored Sep 13, 2024
1 parent 8139957 commit 2d8528d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ruby/ruby3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ RUN \
openssl \
tar \
unzip \
ruby-full \
ruby \
ruby-dev \
ruby-doc
ruby-doc \
ruby-bundler

ONBUILD ARG RUNTIME_USER_ID=1000
ONBUILD ARG RUNTIME_USER_NAME="ruby"
Expand Down

0 comments on commit 2d8528d

Please sign in to comment.