From 5c54129141aa94363e3de3511d0f7d0d8a682384 Mon Sep 17 00:00:00 2001 From: JoYo <> Date: Wed, 24 Feb 2021 14:41:50 -0500 Subject: [PATCH] rust linting --- rust.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust.Dockerfile b/rust.Dockerfile index e815072..2ee5e6c 100644 --- a/rust.Dockerfile +++ b/rust.Dockerfile @@ -5,6 +5,8 @@ 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\