summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlolcat <lolcat@no-reply@lolcat.ca>2024-01-09 18:37:52 -0600
committerlolcat <lolcat@no-reply@lolcat.ca>2024-01-09 18:37:52 -0600
commite5cd3d40cf6a1be9efcc1e1677eedf8cd784682e (patch)
tree649bda186b12de14610e030f7a27b668711d2508
parente9c6cce374af08f4f4dbcebcdce164eb97cb87ee (diff)
parent554fb9f93f87d7f08e2c7dfc96020a4c52752d89 (diff)
Merge pull request 'add dependencies for thumbnail generation' (#22) from feature/docker_fix_thumbnail into master
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/22
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fbea318..266f701 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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