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.
2 parents cc2ee29 + ab4a92b commit ad37995Copy full SHA for ad37995
php/8.0-supervisor-debian/Dockerfile
@@ -11,7 +11,7 @@ RUN cp /usr/share/zoneinfo/$TZ /etc/localtime; \
11
echo $TZ > /etc/timezone;
12
13
# Install PHP extensions
14
-RUN docker-php-ext-install pdo_mysql pdo_sqlite mbstring exif pcntl bcmath gd curl zip intl
+RUN docker-php-ext-install pdo_mysql pdo_sqlite mbstring exif pcntl bcmath gd curl zip intl opcache
15
16
RUN pecl install -o -f redis; \
17
rm -rf /tmp/pear; \
0 commit comments