FROM php:8.1.0RC3-cli
WORKDIR /usr/src/myapp
CMD [ "vendor/bin/phpunit" ]

RUN pecl install xdebug
