feat: ajout extension bcmath dans les Dockerfiles PHP
docker/php/dev/Dockerfile: - Ajout de bcmath dans docker-php-ext-install (calculs decimaux precis pour les montants Stripe, TVA, totaux factures) docker/php/prod/Dockerfile: - Meme ajout de bcmath Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
zip \
|
zip \
|
||||||
intl \
|
intl \
|
||||||
gd \
|
gd \
|
||||||
|
bcmath \
|
||||||
&& pecl install redis imagick pcov \
|
&& pecl install redis imagick pcov \
|
||||||
&& docker-php-ext-enable redis imagick pcov \
|
&& docker-php-ext-enable redis imagick pcov \
|
||||||
&& groupadd -g 1000 appuser && useradd -u 1000 -g appuser -m appuser
|
&& groupadd -g 1000 appuser && useradd -u 1000 -g appuser -m appuser
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
zip \
|
zip \
|
||||||
intl \
|
intl \
|
||||||
gd \
|
gd \
|
||||||
|
bcmath \
|
||||||
exif \
|
exif \
|
||||||
opcache \
|
opcache \
|
||||||
&& pecl install redis imagick \
|
&& pecl install redis imagick \
|
||||||
|
|||||||
Reference in New Issue
Block a user