remove bcmath

This commit is contained in:
hackerESQ
2025-01-26 22:56:41 -06:00
parent 778d799113
commit 4220bb629f
+1 -1
View File
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
supervisor \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) \
gd pgsql bcmath zip pdo_mysql mysqli intl \
gd pgsql zip pdo_mysql mysqli intl \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*