Skip to content

Commit

Permalink
Update Dockerfile with Laravel PHP extensions needed
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
insign authored and TrafeX committed Sep 17, 2023
1 parent 0005024 commit d0692cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk add --no-cache \
php82-ctype \
php82-curl \
php82-dom \
php82-fileinfo \
php82-fpm \
php82-gd \
php82-intl \
Expand All @@ -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
Expand Down

0 comments on commit d0692cb

Please sign in to comment.