From d0692cba638be7bc13859bacaeaecbbbe6923b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lio=20Ara=C3=BAjo=20de=20Oliveira?= Date: Thu, 14 Sep 2023 07:44:59 -0300 Subject: [PATCH] Update Dockerfile with Laravel PHP extensions needed Based on https://laravel.com/docs/10.x/deployment#server-requirements I think it is relevant since is the most popular framework these days. xmlwriter is needed for Laravel Sanctum. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index bd52ce3..a1fa721 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN apk add --no-cache \ php82-ctype \ php82-curl \ php82-dom \ + php82-fileinfo \ php82-fpm \ php82-gd \ php82-intl \ @@ -22,8 +23,10 @@ RUN apk add --no-cache \ php82-openssl \ php82-phar \ php82-session \ + php82-tokenizer \ php82-xml \ php82-xmlreader \ + php82-xmlwriter \ supervisor # Configure nginx - http