You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
176 B

FROM php:7.3-cli-stretch as base
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN php --version
RUN php phpTest.php
RUN sh phpUnionVectorTest.sh