blob: e68303e39e97bdfb58df1fa5e1eb05d96620ded2 [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 coverage
RUN ./PythonTest.sh