diff options
author | throwaway <developerthrowaway@protonmail.com> | 2024-01-09 16:20:55 -0800 |
---|---|---|
committer | throwaway <developerthrowaway@protonmail.com> | 2024-01-09 16:20:55 -0800 |
commit | 554fb9f93f87d7f08e2c7dfc96020a4c52752d89 (patch) | |
tree | 649bda186b12de14610e030f7a27b668711d2508 | |
parent | 3fad201c3bb36a3f3738e38df644e165a3ca1102 (diff) |
add dependencies for thumbnail generation
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ FROM alpine:latest WORKDIR /var/www/html/4get RUN apk update && apk upgrade -RUN apk add php apache2-ssl php82-fileinfo php82-openssl php82-iconv php82-common php82-dom php82-curl curl php82-pecl-apcu php82-apache2 imagemagick php82-pecl-imagick php-mbstring +RUN apk add php apache2-ssl php82-fileinfo php82-openssl php82-iconv php82-common php82-dom php82-curl curl php82-pecl-apcu php82-apache2 imagemagick php82-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg COPY ./apache/httpd.conf /etc/apache2/httpd.conf COPY ./apache/conf.d/ssl.conf /etc/apache2/conf.d/ssl.conf |