blob: 1de2c26809fbe310d05bf6172e7cdd2d65c1198a [file] [log] [blame]
FROM python:3.7.1-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