Add rust image template
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m21s

This commit is contained in:
Jan K9f 2024-07-11 08:18:29 +02:00
parent ee157ac89e
commit 691e4438ab
No known key found for this signature in database
GPG key ID: F4516B3772197F4B
2 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM rust
RUN apt update
RUN apt install nodejs -y