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 b2d0cd8 commit c7f89e5Copy full SHA for c7f89e5
php/Dockerfile
@@ -11,6 +11,7 @@ RUN docker-php-ext-install exif
11
RUN docker-php-ext-install fileinfo
12
RUN docker-php-ext-install intl
13
RUN docker-php-ext-install pdo_mysql
14
+RUN docker-php-ext-install opcache
15
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
16
COPY --from=composer /usr/bin/composer /usr/bin/composer
17
WORKDIR /symfony
0 commit comments