mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-21 16:18:59 +08:00
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:
committed by
Tim de Pater
parent
0005024bb3
commit
d0692cba63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user