debug the image

This commit is contained in:
2026-02-07 14:21:53 +03:30
parent dff218541c
commit 5f19a26f67
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,10 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends default-mysql-client \
unzip \
zip \
&& docker-php-ext-install pdo_mysql \
&& install-php-extensions pdo_mysql \
&& install-php-extensions zip \
&& install-php-extensions gd \
&& install-php-extensions pcntl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*