Uploading first set of base images
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled

This commit is contained in:
2025-07-04 16:33:54 +01:00
parent fc53c3b348
commit 57e8b82f02
7 changed files with 91 additions and 0 deletions

5
rust/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM base:latest
RUN apk add --no-cache \
rust \
cargo