Add rust image template
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m21s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m21s
This commit is contained in:
parent
ee157ac89e
commit
691e4438ab
2 changed files with 35 additions and 0 deletions
4
images/actions/rust-node/Dockerfile
Normal file
4
images/actions/rust-node/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM rust
|
||||
|
||||
RUN apt update
|
||||
RUN apt install nodejs -y
|
Loading…
Add table
Add a link
Reference in a new issue