Update snapshots

This commit is contained in:
Oliver Davies 2024-07-31 13:00:00 +01:00
parent 3d573975cd
commit bfe0117e5e
15 changed files with 143 additions and 24 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 gd pdo_mysql zip
RUN docker-php-ext-install gd opcache pdo_mysql zip
COPY --chown=app:app phpunit.xml* ./