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