vscode installs clippy already
parent
dd5158cf46
commit
27c5c52efe
|
@ -6,7 +6,6 @@ ADD https://win.rustup.rs C:\docker\rustup-init.exe
|
||||||
RUN C:\docker\rustup-init.exe --quiet -y
|
RUN C:\docker\rustup-init.exe --quiet -y
|
||||||
RUN setx path "%path%;%USERPROFILE%\.cargo\bin"
|
RUN setx path "%path%;%USERPROFILE%\.cargo\bin"
|
||||||
RUN rustup update
|
RUN rustup update
|
||||||
RUN rustup component add clippy
|
|
||||||
|
|
||||||
VOLUME C:\source\
|
VOLUME C:\source\
|
||||||
WORKDIR C:\source\
|
WORKDIR C:\source\
|
||||||
|
|
Loading…
Reference in New Issue