move some steps into the base image
All checks were successful
checks / format (push) Successful in 5s

This commit is contained in:
cascode
2023-10-21 12:33:45 -07:00
parent f55d57c8ef
commit e56a40a469
2 changed files with 9 additions and 7 deletions

7
ci/Dockerfile Normal file
View 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