Files
aural_isle/ci/Dockerfile
cascode e56a40a469
All checks were successful
checks / format (push) Successful in 5s
move some steps into the base image
2023-10-21 12:33:45 -07:00

8 lines
147 B
Docker

FROM rust:1.73-alpine3.18
#install build tooling
RUN rustup component add rustfmt
# install gitea act_runner dependencies
RUN apk add nodejs git