Merge pull request #53 from investbrainapp/optimize-dockerfile

Remove bcmath
This commit is contained in:
hackerESQ
2025-01-26 22:57:13 -06:00
committed by GitHub
+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/*