Skip to content

Commit

Permalink
[DockerImages] Add zend opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 12, 2021
1 parent b2d0cd8 commit c7f89e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN docker-php-ext-install exif
RUN docker-php-ext-install fileinfo
RUN docker-php-ext-install intl
RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install opcache
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
COPY --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /symfony
Expand Down

0 comments on commit c7f89e5

Please sign in to comment.