Sign in
chromium
/
external
/
github.com
/
google
/
flatbuffers
/
master
/
.
/
tests
/
docker
/
languages
/
Dockerfile.testing.python.numpy.cpython_2_7_15
blob: 718c5ac5afe25581dd119fd204483a66678df757 [
file
] [
log
] [
blame
]
FROM python
:
2.7
.
15
-
slim
-
stretch
as
base
WORKDIR
/
code
ADD
.
.
RUN cp flatc_debian_stretch flatc
WORKDIR
/
code
/
tests
RUN python
--
version
RUN pip install numpy
RUN pip install coverage
RUN
./
PythonTest
.
sh