Skip to content

Commit

Permalink
Merge pull request #55 from voxpupuli/fix_build
Browse files Browse the repository at this point in the history
fix: add back cve fixes for system gems
  • Loading branch information
rwaffen authored Sep 27, 2024
2 parents 4dd1a41 + 5efaec5 commit 8dd52b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ RUN apk update \
&& apk add jq=${APK_JQ} \
&& apk add yamllint=${APK_YAMLLINT} \
&& apk add git=${APK_GIT} \
&& rm -rf /var/cache/apk/*
&& rm -rf /var/cache/apk/* \
&& rm -rf /usr/local/lib/ruby/gems

COPY --from=builder /usr/local/lib/ruby/gems /usr/local/lib/ruby/gems
COPY --from=builder /usr/local/bundle /usr/local/bundle
COPY Dockerfile /
COPY voxbox/Rakefile /
Expand Down

0 comments on commit 8dd52b2

Please sign in to comment.