add build deps to ci docker image
Some checks reported warnings
checks / lint (push) Successful in 4s
checks / test (push) Has been cancelled
checks / build (push) Has been cancelled
Some checks reported warnings
checks / lint (push) Successful in 4s
checks / test (push) Has been cancelled
checks / build (push) Has been cancelled
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
FROM rust:1.73-alpine3.18
|
FROM rust:1.73-alpine3.18
|
||||||
|
|
||||||
#install build tooling
|
#install build tooling
|
||||||
RUN rustup component add rustfmt
|
RUN apk add musl-dev && rustup component add rustfmt
|
||||||
|
|
||||||
# install gitea act_runner dependencies
|
# install gitea act_runner dependencies
|
||||||
RUN apk add nodejs git
|
RUN apk add nodejs git
|
||||||
|
Reference in New Issue
Block a user