We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdae5bc commit 71761f6Copy full SHA for 71761f6
1 file changed
Containerfile
@@ -79,5 +79,9 @@ 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
+ mkdir -p /usr/local/cargo/registry/ && \
84
+ chmod -R a+w /usr/local/cargo/registry/
85
+
86
RUN dnf clean all
87
RUN rm -rf /var/cache/dnf /var/log/dnf*
0 commit comments