Update build configuration files

This commit is contained in:
Oliver Davies 2024-05-10 23:55:20 +02:00
parent a37c43de1d
commit 74ffcc3510
3 changed files with 7 additions and 8 deletions

View file

@ -34,7 +34,7 @@ RUN apt-get update -yqq \
RUN docker-php-ext-configure gd --with-jpeg
RUN docker-php-ext-install bcmath gd pdo_mysql zip
RUN docker-php-ext-install bcmath gd opcache pdo_mysql zip
COPY --chown=app:app phpunit.xml* ./