blob: 2ec72589989f6a75be92c8dcccf3211dfc71a8e6 [file] [log] [blame]
FROM rust:1.50.0
RUN apt update && apt install -y protobuf-compiler
RUN rustup component add rustfmt
COPY . /tmp
WORKDIR tmp/tests/e2e