mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
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
This commit is contained in:
commit
e5cd3d40cf
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue