Skip to content

Commit d0692cb

Browse files
insignTrafeX
authored andcommitted
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.
1 parent 0005024 commit d0692cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apk add --no-cache \
1313
php82-ctype \
1414
php82-curl \
1515
php82-dom \
16+
php82-fileinfo \
1617
php82-fpm \
1718
php82-gd \
1819
php82-intl \
@@ -22,8 +23,10 @@ RUN apk add --no-cache \
2223
php82-openssl \
2324
php82-phar \
2425
php82-session \
26+
php82-tokenizer \
2527
php82-xml \
2628
php82-xmlreader \
29+
php82-xmlwriter \
2730
supervisor
2831

2932
# Configure nginx - http

0 commit comments

Comments
 (0)