We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b42b66 commit 6a807a6Copy full SHA for 6a807a6
php-8.3-alpine-composer/Dockerfile
@@ -7,7 +7,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
7
8
# git and unzip are necessary for Composer, mysql-client will install “mysqldump” command
9
RUN apk add --no-cache git unzip mysql-client \
10
- && docker-php-ext-install pdo_mysql
+ && docker-php-ext-install opcache pdo_mysql
11
12
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS icu-dev \
13
&& apk add --no-cache libintl \
0 commit comments