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.
This commit is contained in:
Hélio Araújo de Oliveira
2023-09-14 07:44:59 -03:00
committed by Tim de Pater
parent 0005024bb3
commit d0692cba63

View File

@@ -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