From 29620ea48beef0937da764a75d6284cf574e9d7b Mon Sep 17 00:00:00 2001 From: Fascinated Date: Thu, 6 Jul 2023 02:28:20 +0100 Subject: [PATCH] add imagick --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a263f60..b4beec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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