Skip to content

Commit 1aa693b

Browse files
committed
add missing gem cleanup
1 parent 3dff57a commit 1aa693b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN : \
6969
&& cargo --version \
7070
&& cargo install cargo-hack \
7171
&& gem install -g --no-document \
72+
&& gem cleanup all \
7273
# Install https://github.com/getsentry/symbol-collector
7374
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.17.0 | \
7475
jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \

0 commit comments

Comments
 (0)