blob: 849ad76ad391b5925bae3da4a6b4ec59c0a1e2dd [file] [log] [blame]
Austin Schuh272c6132020-11-14 16:37:52 -08001FROM rust:1.40.0-slim-stretch as base
Austin Schuhe89fa2d2019-08-14 20:24:23 -07002WORKDIR /code
3ADD . .
4RUN cp flatc_debian_stretch flatc
5WORKDIR /code/tests
6RUN rustc --version
7RUN ./RustTest.sh