Skip to content

Commit 6a807a6

Browse files
feat: install opcache for PHP (8.3)
1 parent 5b42b66 commit 6a807a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-8.3-alpine-composer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
77

88
# git and unzip are necessary for Composer, mysql-client will install “mysqldump” command
99
RUN apk add --no-cache git unzip mysql-client \
10-
&& docker-php-ext-install pdo_mysql
10+
&& docker-php-ext-install opcache pdo_mysql
1111

1212
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS icu-dev \
1313
&& apk add --no-cache libintl \

0 commit comments

Comments
 (0)