FROM jitesoft/phpunit:8.4

RUN apk update && apk add --no-cache icu-dev
RUN docker-php-ext-install intl
