use vips driver for image processing

This commit is contained in:
yuriko 🦊 2025-05-25 02:32:02 -04:00
parent bbb49e91e8
commit cceb7f1e7b
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8
6 changed files with 9856 additions and 4 deletions

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 -y git nodejs npm
RUN apt update -y && apt install --no-install-recommends -y git nodejs npm libvips
COPY --from=composer:lts /usr/bin/composer /usr/bin/composer
RUN install-php-extensions \

View file

@ -7,7 +7,7 @@ services:
context: ../
dockerfile: ./deploy/Dockerfile
volumes:
- .:/app
- ..:/app
ports:
- "8000:8000"
networks: