diff --git a/Dockerfile b/Dockerfile index ef5b970..d04da54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # as we have to install them in multiple places. # This helps keep ou Dockerfiles DRY -> https://bit.ly/dry-code # You can see a list of required extensions for Laravel here: https://laravel.com/docs/10.x/deployment#server-requirements -ARG PHP_EXTS="bcmath ctype fileinfo mbstring pdo pdo_mysql dom pcntl" +ARG PHP_EXTS="bcmath ctype fileinfo mbstring pdo pdo_mysql dom pcntl opcache" ARG PHP_PECL_EXTS="redis" # We need to build the Composer base to reuse packages we've installed