Skip to content

Commit 8da746f

Browse files
committed
Add optional opcache in dockerfile
1 parent 0d04c92 commit 8da746f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.docker/apache.dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ RUN apt-get update \
55

66
RUN mkdir /var/www/html/PHP-Frameworks-Bench
77

8+
# Need it in a lot of frameworks
89
RUN docker-php-ext-install intl
10+
11+
# Optional opcache (recommended)
12+
#RUN docker-php-ext-install opcache

0 commit comments

Comments
 (0)