From edf10c424856ae2651ccd4940a8379eb6bbf2726 Mon Sep 17 00:00:00 2001 From: Alexander Minkin Date: Fri, 22 Sep 2023 23:56:18 +0300 Subject: [PATCH] Docker: add imagick to dependencies I'm not sure if that's all we need to make it work, but I will solve this issue step by step --- install/automated/docker/base-php-apache.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/install/automated/docker/base-php-apache.Dockerfile b/install/automated/docker/base-php-apache.Dockerfile index de24d34f..3ead71f0 100644 --- a/install/automated/docker/base-php-apache.Dockerfile +++ b/install/automated/docker/base-php-apache.Dockerfile @@ -18,5 +18,6 @@ RUN apt update; \ yaml \ pdo_mysql \ rdkafka \ + imagick \ && \ rm -rf /var/lib/apt/lists/* \ No newline at end of file