WIP: automated-testing #9

Draft
cascode wants to merge 30 commits from automated-testing into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7360bba00e - Show all commits

View File

@ -1,7 +1,7 @@
FROM rust:1.73-alpine3.18
#install build tooling
RUN rustup component add rustfmt
RUN apk add musl-dev && rustup component add rustfmt
# install gitea act_runner dependencies
RUN apk add nodejs git