Added LogLib2 support

This commit is contained in:
netkas 2025-01-22 13:18:55 -05:00
parent 5afe4429ed
commit a3456bdeed
7 changed files with 102 additions and 80 deletions

View file

@ -45,6 +45,7 @@ RUN docker-php-ext-install -j$(nproc) \
curl \
opcache \
zip \
sockets \
pcntl && \
pecl install redis memcached && \
docker-php-ext-enable redis memcached