build-configs(update)
This commit is contained in:
parent
8006fb5169
commit
ac1026847d
2 changed files with 1 additions and 31 deletions
|
|
@ -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* ./
|
||||
|
||||
|
|
|
|||
Reference in a new issue