Skip to content

Commit

Permalink
ci: force clean other system gems
Browse files Browse the repository at this point in the history
  • Loading branch information
shankerwangmiao committed Aug 27, 2024
1 parent 6934f8d commit 8beadfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY _node_module_patch /data/_node_module_patch
RUN \
gem install bundler -v "$(sed --silent -r '/BUNDLED WITH/,+1 {s/^[\t ]+//; p}' Gemfile.lock | tail -n +2)" && \
bundle install --frozen && \
bundle clean --force && \
NODE_ENV=production npm ci && \
mv node_modules ../ && \
rm -rf /data/*
Expand Down

0 comments on commit 8beadfd

Please sign in to comment.