move some steps into the base image
This commit is contained in:
7
ci/Dockerfile
Normal file
7
ci/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM rust:1.73-alpine3.18
|
||||
|
||||
#install build tooling
|
||||
RUN rustup component add rustfmt
|
||||
|
||||
# install gitea act_runner dependencies
|
||||
RUN apk add nodejs git
|
Reference in New Issue
Block a user