mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
use vips driver for image processing
This commit is contained in:
parent
bbb49e91e8
commit
cceb7f1e7b
6 changed files with 9856 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue