We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffa646 commit 4c99686Copy full SHA for 4c99686
Dockerfile
@@ -65,6 +65,7 @@ RUN curl -fsSL https://packages.microsoft.com/config/debian/10/packages-microsof
65
&& cargo --version \
66
&& cargo install cargo-hack \
67
&& gem install -g --no-document \
68
+ && gem cleanup all \
69
# Install https://github.com/getsentry/symbol-collector
70
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.12.0 | \
71
jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \
0 commit comments