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:
parent
c861917f32
commit
a88de4d249
|
@ -2,8 +2,10 @@ FROM dunglas/frankenphp:1-php8.3
|
|||
|
||||
RUN install-php-extensions \
|
||||
apcu \
|
||||
curl \
|
||||
gd \
|
||||
opcache \
|
||||
openssl \
|
||||
pgsql \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
|
|
Loading…
Reference in New Issue