Switch image conversion to Imagick #3

Merged
Fascinated merged 2 commits from development into master 2023-07-06 01:35:42 +00:00
Showing only changes of commit 29620ea48b - Show all commits

@ -3,7 +3,7 @@ FROM ubuntu:23.04
# Install dependencies
RUN apt update
RUN DEBIAN_FRONTEND=noninteractive \
apt install nginx php8.1 php8.1-fpm php8.1-gd -y
apt install nginx php8.1 php8.1-fpm php8.1-gd php8.1-imagick -y
# Clean up
RUN apt clean