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 3dff57a commit 1aa693bCopy full SHA for 1aa693b
Dockerfile
@@ -69,6 +69,7 @@ RUN : \
69
&& cargo --version \
70
&& cargo install cargo-hack \
71
&& gem install -g --no-document \
72
+ && gem cleanup all \
73
# Install https://github.com/getsentry/symbol-collector
74
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.17.0 | \
75
jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \
0 commit comments