Skip to content

Commit

Permalink
Revert "add missing gem cleanup"
Browse files Browse the repository at this point in the history
This reverts commit 66ddde5.
  • Loading branch information
vaind committed Feb 28, 2024
1 parent 8e851c2 commit 55f9ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ 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 55f9ab3

Please sign in to comment.