build(share) : ajout icewind/smb et paquet smbclient (dev + prod)

This commit is contained in:
Matthieu
2026-06-03 16:56:31 +02:00
parent 6de7dfde4e
commit 879f961d88
5 changed files with 88 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y \
wget \
git \
unzip \
smbclient \
&& docker-php-ext-install -j$(nproc) \
intl \
zip \
+1 -1
View File
@@ -40,7 +40,7 @@ FROM php:8.4-fpm AS production
RUN apt-get update && apt-get install -y \
libicu-dev libpq-dev libpng-dev libzip-dev libxml2-dev \
nginx supervisor \
nginx supervisor smbclient \
&& docker-php-ext-install -j$(nproc) intl pdo_pgsql zip gd opcache \
&& rm -rf /var/lib/apt/lists/*