Skip to content

Commit

Permalink
Merge pull request #696 from evemonk/fix-trivy
Browse files Browse the repository at this point in the history
Fix trivy
  • Loading branch information
biow0lf authored Dec 13, 2023
2 parents 014e9ee + 7074426 commit 6e57969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -47,6 +47,8 @@ COPY . .
# Precompile bootsnap code for faster boot times
RUN bundle exec bootsnap precompile app/ lib/

# Workaround for nokogiri and trivy
RUN rm -f /usr/local/bundle/ruby/3.2.0/gems/nokogiri-1.15.5-x86_64-linux/dependencies.yml

# Final stage for app image
FROM base

0 comments on commit 6e57969

Please sign in to comment.