Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e89fa2d1865dbc514f45c1411877435e3a8d6292
/
.
/
tests
/
docker
/
Dockerfile.testing.build_flatc_debian_stretch
blob: 197a555743b9df1023494e3e5fae9883a463f31b [
file
] [
log
] [
blame
]
FROM debian
:
9.6
-
slim
as
base
RUN apt
-
qq update
>
/dev/
null
RUN apt
-
qq install
-
y cmake make build
-
essential
>
/dev/
null
FROM
base
WORKDIR
/
code
ADD
.
.
RUN cmake
-
G
"Unix Makefiles"
RUN make flatc
RUN ls flatc