This commit is contained in:
f4ilji
2024-11-17 01:33:09 +05:00
parent 7b9dc03420
commit af69b48247
33 changed files with 367 additions and 210 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
zip \
unzip \
git && \
docker-php-ext-configure gd --with-webp --with-jpeg && \
docker-php-ext-configure gd --with-webp --with-jpeg --with-png && \
docker-php-ext-install gd && \
docker-php-ext-install pdo_mysql && \
docker-php-ext-install bcmath && \