rust linting
parent
cef74665bc
commit
5c54129141
|
@ -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\
|
||||
|
|
Loading…
Reference in New Issue