Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e89fa2d1865dbc514f45c1411877435e3a8d6292
/
.
/
tests
/
docker
/
languages
/
Dockerfile.testing.golang.1_11
blob: 81707ea58433b6f28224af68ceb34afe75a7cc97 [
file
] [
log
] [
blame
]
FROM golang
:
1.11
-
stretch
as
base
WORKDIR
/
code
ADD
.
.
RUN cp flatc_debian_stretch flatc
WORKDIR
/
code
/
tests
RUN go version
RUN
./
GoTest
.
sh