add build deps to ci docker image

This commit is contained in:
cascode _ 2023-10-21 12:57:31 -07:00 committed by cascode
parent fcfa0f3fd8
commit 6c2c509776
1 changed files with 1 additions and 1 deletions

View File

@ -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