chore: 🔧 add required php extensions

- Add `curl` and `openssl` php extensions to the docker image.
- These extensions are required for various functionalities.
- Update Dockerfile to reflect changes.
This commit is contained in:
Maicol Battistini 2025-02-03 15:10:59 +01:00
parent c861917f32
commit a88de4d249
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@ FROM dunglas/frankenphp:1-php8.3
RUN install-php-extensions \
apcu \
curl \
gd \
opcache \
openssl \
pgsql \
pdo_mysql \
pdo_pgsql \