From 7d9621e0dab89b1f4e8ae8e827e4ab63cba03731 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 27 Oct 2025 18:32:09 +0000 Subject: [PATCH] feat: Added rustfmt to rust-dev --- rust-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-dev/Dockerfile b/rust-dev/Dockerfile index 9d26bde..5e3c51a 100644 --- a/rust-dev/Dockerfile +++ b/rust-dev/Dockerfile @@ -1,5 +1,5 @@ FROM git.luke-else.co.uk/luke-else/lab:latest -RUN sudo apk add --no-cache cargo rust-analyzer rust-clippy +RUN sudo apk add --no-cache cargo rust-analyzer rustfmt rust-clippy CMD [ "cargo run --release" ] \ No newline at end of file