Tom Alexander a2267a5569
Some checks failed
semver Build semver has succeeded
cargo-fmt Build cargo-fmt has succeeded
cargo-test Build cargo-test has failed
build-cargo-fmt Build build-cargo-fmt has succeeded
build-cargo-test Build build-cargo-test has succeeded
Build a cargo test image.
We need this because the build fails missing crti.o.
2023-07-12 23:14:22 -04:00

4 lines
98 B
Docker

FROM harbor.fizz.buzz/dockerhub/rustlang/rust:nightly-alpine3.17
RUN apk add --no-cache musl-dev