fix: Broken down layers in rust container to reduce push size
All checks were successful
Build and Push Dev Containers / build (push) Successful in 1m36s

This commit is contained in:
2025-07-06 13:32:11 +01:00
parent 758395c57e
commit f0f43560e0

View File

@ -1,5 +1,5 @@
FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache \
rust \
cargo
RUN apk add --no-cache rust
RUN apk add --no-cache cargo