oden/third-party/vendor/num_cpus/ci/cgroups/Dockerfile
2024-03-08 11:03:01 -08:00

9 lines
101 B
Docker

FROM rust:latest
WORKDIR /usr/num_cpus
COPY . .
RUN cargo build
CMD [ "cargo", "test", "--lib" ]