rust linting

master
JoYo 2021-02-24 14:41:50 -05:00
parent cef74665bc
commit 5c54129141
1 changed files with 2 additions and 0 deletions

View File

@ -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\