blob: 81707ea58433b6f28224af68ceb34afe75a7cc97 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001FROM golang:1.11-stretch as base
2WORKDIR /code
3ADD . .
4RUN cp flatc_debian_stretch flatc
5WORKDIR /code/tests
6RUN go version
7RUN ./GoTest.sh