mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 17:09:39 +01:00
Fix Dockerfile
This commit is contained in:
@@ -42,6 +42,7 @@ RUN docker-php-ext-enable rdkafka \
|
|||||||
RUN docker-php-ext-configure gd
|
RUN docker-php-ext-configure gd
|
||||||
RUN docker-php-ext-install zip mbstring exif pcntl bcmath -j$(nproc) gd intl
|
RUN docker-php-ext-install zip mbstring exif pcntl bcmath -j$(nproc) gd intl
|
||||||
|
|
||||||
|
|
||||||
# Install Redis and enable it
|
# Install Redis and enable it
|
||||||
RUN pecl install redis && docker-php-ext-enable redis
|
RUN pecl install redis && docker-php-ext-enable redis
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user