Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e89fa2d1865dbc514f45c1411877435e3a8d6292
/
.
/
tests
/
docker
/
languages
/
Dockerfile.testing.golang.1_11
blob: 81707ea58433b6f28224af68ceb34afe75a7cc97 [
file
] [
log
] [
blame
]
Austin Schuh
e89fa2d
2019-08-14 20:24:23 -0700
[
diff
] [
blame^
]
1
FROM golang
:
1.11
-
stretch
as
base
2
WORKDIR
/
code
3
ADD
.
.
4
RUN cp flatc_debian_stretch flatc
5
WORKDIR
/
code
/
tests
6
RUN go version
7
RUN
./
GoTest
.
sh