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 4d8dadc commit c26c363Copy full SHA for c26c363
Dockerfile
@@ -2,8 +2,8 @@
2
FROM php:8.3-cli-alpine as builder
3
4
RUN apk add --no-cache --virtual .build-deps autoconf build-base git \
5
- && pecl install -o -f redis apcu \
6
- && docker-php-ext-enable redis apcu opcache \
+ && pecl install -o -f redis \
+ && docker-php-ext-enable redis \
7
&& rm -rf /tmp/pear
8
9
WORKDIR /app
0 commit comments