Update Dockerfile

This commit is contained in:
Roman Kelesidis 2025-08-21 16:05:28 +03:00
commit 8eca0b9239
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libxml2-dev \
libzip-dev \
libonig-dev \
&& docker-php-ext-install -j$(nproc) \
mysqli \
mbstring \