Some checks reported warnings
checks / lint (push) Successful in 4s
checks / test (push) Has been cancelled
checks / build (push) Has been cancelled
8 lines
167 B
Docker
8 lines
167 B
Docker
FROM rust:1.73-alpine3.18
|
|
|
|
#install build tooling
|
|
RUN apk add musl-dev && rustup component add rustfmt
|
|
|
|
# install gitea act_runner dependencies
|
|
RUN apk add nodejs git
|