Skip to content

Commit 4c99686

Browse files
committed
add missing gem cleanup
1 parent 0ffa646 commit 4c99686

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
@@ -65,6 +65,7 @@ RUN curl -fsSL https://packages.microsoft.com/config/debian/10/packages-microsof
6565
&& cargo --version \
6666
&& cargo install cargo-hack \
6767
&& gem install -g --no-document \
68+
&& gem cleanup all \
6869
# Install https://github.com/getsentry/symbol-collector
6970
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.12.0 | \
7071
jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \

0 commit comments

Comments
 (0)