remove dependencies / extentions already in php8.3 image

This commit is contained in:
Christoph Kottke
2024-04-17 11:32:57 +02:00
parent 2e4d91e90d
commit a161e65724

View File

@@ -5,17 +5,12 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
curl \
libxml2-dev \
libonig-dev \
libzip-dev \
cron \
; \
\
docker-php-ext-install -j "$(nproc)" \
mysqli \
mbstring \
xml \
zip \
; \
\