FROM rustlang/rust:nightly

WORKDIR /usr/src/matrix

RUN cargo install cargo-nextest

CMD ["bash"]