mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
remove vips and install imagick ext
This commit is contained in:
parent
2677dd5baa
commit
7ec9c4bc9d
2 changed files with 3 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 --no-install-recommends -y git nodejs npm libvips42
|
||||
RUN apt update -y && apt install -y --no-install-recommends git nodejs npm
|
||||
COPY --from=composer:lts /usr/bin/composer /usr/bin/composer
|
||||
|
||||
RUN install-php-extensions \
|
||||
|
|
@ -13,8 +13,7 @@ RUN install-php-extensions \
|
|||
mongodb \
|
||||
pcntl \
|
||||
gmp \
|
||||
ffi \
|
||||
vips \
|
||||
imagick \
|
||||
zip
|
||||
|
||||
COPY . /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue