feat: Added cargo clippy to rust-dev image
All checks were successful
Build and Push Dev Containers / build (push) Successful in 7m28s

This commit is contained in:
2025-10-27 17:28:53 +00:00
parent cf5106e73f
commit 5b9ffea26a

View File

@@ -1,5 +1,5 @@
FROM git.luke-else.co.uk/luke-else/lab:latest FROM git.luke-else.co.uk/luke-else/lab:latest
RUN sudo apk add --no-cache cargo rust-analyzer RUN sudo apk add --no-cache cargo rust-analyzer rust-clippy
CMD [ "cargo run --release" ] CMD [ "cargo run --release" ]