Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e5a9ff757f94ec6f3fb62c8f2c8a9618fc6d63e2
/
.
/
tests
/
docker
/
languages
/
Dockerfile.testing.node.14_15_4
blob: fb546bcbc9e2d93ba86a9853c29784c045d5476e [
file
] [
log
] [
blame
]
FROM node
:
14.15
.
4
-
stretch
as
base
WORKDIR
/
code
ADD
.
.
RUN cp flatc_debian_stretch flatc
RUN npm install
RUN npm test