libvips -> libvips42 & install ffi ext

This commit is contained in:
yuriko 🦊 2025-05-25 02:41:13 -04:00
parent cceb7f1e7b
commit 4db72584cf
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8

View file

@ -3,7 +3,7 @@ FROM dunglas/frankenphp
# Copy php.ini
COPY ./deploy/php.ini $PHP_INI_DIR/php.ini
RUN apt update -y && apt install --no-install-recommends -y git nodejs npm libvips
RUN apt update -y && apt install --no-install-recommends -y git nodejs npm libvips42
COPY --from=composer:lts /usr/bin/composer /usr/bin/composer
RUN install-php-extensions \
@ -13,6 +13,7 @@ RUN install-php-extensions \
mongodb \
pcntl \
gmp \
ffi \
zip
COPY . /app