blob: 5194d6db85d9beabb7d8f87ed9c183104f14c218 [file] [log] [blame] [edit]
FROM rustlang/rust:nightly-stretch-slim as base
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN rustc --version
RUN export RUST_NIGHTLY=1
RUN ./RustTest.sh