We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7025ca commit 3c9d8acCopy full SHA for 3c9d8ac
Dockerfile
@@ -22,7 +22,9 @@ RUN apt-get update && apt-get install -y \
22
23
# Install PHP extensions
24
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
25
- && docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd zip
+ && docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd zip \
26
+ && pecl install redis \
27
+ && docker-php-ext-enable redis
28
29
# Install Composer
30
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
0 commit comments