Skip to content

Commit ad37995

Browse files
authored
Merge pull request #34 from estevao-simoes/patch-1
Adding OPCache as a PHP Extension
2 parents cc2ee29 + ab4a92b commit ad37995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/8.0-supervisor-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN cp /usr/share/zoneinfo/$TZ /etc/localtime; \
1111
echo $TZ > /etc/timezone;
1212

1313
# Install PHP extensions
14-
RUN docker-php-ext-install pdo_mysql pdo_sqlite mbstring exif pcntl bcmath gd curl zip intl
14+
RUN docker-php-ext-install pdo_mysql pdo_sqlite mbstring exif pcntl bcmath gd curl zip intl opcache
1515

1616
RUN pecl install -o -f redis; \
1717
rm -rf /tmp/pear; \

0 commit comments

Comments
 (0)