Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
272c613a88b7c69be2f935a57cd82fff09ba1b76
/
.
/
tests
/
docker
/
languages
/
Dockerfile.testing.rust.1_40_0
blob: 849ad76ad391b5925bae3da4a6b4ec59c0a1e2dd [
file
] [
log
] [
blame
]
FROM rust
:
1.40
.
0
-
slim
-
stretch
as
base
WORKDIR
/
code
ADD
.
.
RUN cp flatc_debian_stretch flatc
WORKDIR
/
code
/
tests
RUN rustc
--
version
RUN
./
RustTest
.
sh