Skip to content

Commit

Permalink
add missing gem cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Feb 27, 2024
1 parent 2613b71 commit 66ddde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN curl -fsSL https://packages.microsoft.com/config/debian/10/packages-microsof
&& cargo --version \
&& cargo install cargo-hack \
&& gem install -g --no-document \
&& gem cleanup all \
# Install https://github.com/getsentry/symbol-collector
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.12.0 | \
jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \
Expand Down

0 comments on commit 66ddde5

Please sign in to comment.