mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
libvips -> libvips42 & install ffi ext
This commit is contained in:
parent
cceb7f1e7b
commit
4db72584cf
1 changed files with 2 additions and 1 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 --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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue