Add dockerfile for running rust tests.
All checks were successful
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander
2023-12-22 18:56:21 -05:00
parent 6f244a0a5f
commit 457ff9e759
3 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
FROM rustlang/rust:nightly-alpine3.17 AS builder
RUN apk add --no-cache musl-dev
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache