Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e5a9ff757f94ec6f3fb62c8f2c8a9618fc6d63e2
/
.
/
tests
/
docker
/
languages
/
Dockerfile.testing.node.12_20_1
blob: 013661f53300c965d2c7a8dd7fe3bc3d31e8e6ac [
file
] [
log
] [
blame
]
FROM node
:
12.20
.
1
-
stretch
as
base
WORKDIR
/
code
ADD
.
.
RUN cp flatc_debian_stretch flatc
RUN npm install
RUN npm test