organic/docker/organic_test/Dockerfile
Tom Alexander e129c29007
Some checks failed
semver Build semver has succeeded
build-cargo-fmt Build build-cargo-fmt has failed
build-organic-test Build build-organic-test has failed
cargo-fmt Build cargo-fmt has failed
organic-test Build organic-test has failed
Rename the image to organic-test since I am going to specialize it with the software needed for running organic-specific tests.
2023-07-12 23:51:24 -04:00

4 lines
98 B
Docker

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