From 27c5c52efeb084745a3a23b98ee345274caca19b Mon Sep 17 00:00:00 2001 From: JoYo <> Date: Mon, 27 Mar 2023 13:17:38 -0400 Subject: [PATCH] vscode installs clippy already --- rust.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/rust.Dockerfile b/rust.Dockerfile index 55ec58a..54ad635 100644 --- a/rust.Dockerfile +++ b/rust.Dockerfile @@ -6,7 +6,6 @@ ADD https://win.rustup.rs C:\docker\rustup-init.exe RUN C:\docker\rustup-init.exe --quiet -y RUN setx path "%path%;%USERPROFILE%\.cargo\bin" RUN rustup update -RUN rustup component add clippy VOLUME C:\source\ WORKDIR C:\source\