tidy up after bundler

This commit is contained in:
Ryan Cavicchioni 2025-04-30 16:11:33 -05:00
parent 5c6845a914
commit 28b65a160b
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ COPY Gemfile Gemfile.lock ./
RUN <<EOT RUN <<EOT
bundle install bundle install
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
EOT EOT

View File

@ -27,6 +27,7 @@ COPY Gemfile Gemfile.lock ./
RUN <<EOT RUN <<EOT
bundle install bundle install
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
EOT EOT