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

RUN pecl install xdebug
