diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d84ab76..eb7186a6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.organizeImports": false + "source.organizeImports": "never" }, "editor.formatOnType": true, "editor.formatOnSave": true, diff --git a/Dockerfile b/Dockerfile index 2c942bd7..7e78d501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,7 @@ RUN : \ && 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.17.0 | \ jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \