aural_isle/ci/Dockerfile

8 lines
167 B
Docker
Raw Normal View History

2023-10-21 15:33:45 -04:00
FROM rust:1.73-alpine3.18
#install build tooling
2023-10-21 15:57:31 -04:00
RUN apk add musl-dev && rustup component add rustfmt
2023-10-21 15:33:45 -04:00
# install gitea act_runner dependencies
RUN apk add nodejs git