chore(docker): mark libzip4 and libicu72 as manually installed to prevent automatic removal
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user