We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdae5bc commit a5802a9Copy full SHA for a5802a9
1 file changed
Containerfile
@@ -79,5 +79,8 @@ ARG RUST_ANALYZER_VERSION=2025-08-04
79
RUN curl -L https://github.com/rust-lang/rust-analyzer/releases/download/$RUST_ANALYZER_VERSION/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip -c - > /usr/local/bin/rust-analyzer && \
80
chmod +x /usr/local/bin/rust-analyzer
81
82
+RUN rm -fr /usr/local/cargo/registry/* && \
83
+ chmod -R a+w /usr/local/cargo/registry/
84
+
85
RUN dnf clean all
86
RUN rm -rf /var/cache/dnf /var/log/dnf*
0 commit comments