Build a cargo test image.
We need this because the build fails missing crti.o.
This commit is contained in:
3
docker/cargo_test/Dockerfile
Normal file
3
docker/cargo_test/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM harbor.fizz.buzz/dockerhub/rustlang/rust:nightly-alpine3.17
|
||||
|
||||
RUN apk add --no-cache musl-dev
|
||||
Reference in New Issue
Block a user