build-configs(update)

This commit is contained in:
Oliver Davies 2023-05-09 19:49:19 +01:00
parent 722b7710b4
commit 94fc447005
2 changed files with 1 additions and 31 deletions

View file

@ -29,7 +29,7 @@ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \
git libpng-dev libzip-dev mariadb-client unzip
RUN docker-php-ext-install gd pdo_mysql zip
RUN docker-php-ext-install bcmath gd pdo_mysql zip
COPY --chown=app:app phpunit.xml* ./