chore(docker): mark libzip4 and libicu72 as manually installed to prevent automatic removal

This commit is contained in:
2026-06-06 22:12:03 +03:30
parent c57cf9bcb9
commit f8de292f12

View File

@@ -16,6 +16,7 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update \
libzip-dev \
unzip \
&& docker-php-ext-install -j"$(nproc)" bcmath intl pcntl pdo_mysql zip \
&& apt-mark manual libzip4 libicu72 \
&& apt-get purge -y --auto-remove \
default-libmysqlclient-dev \
libicu-dev \