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
This commit is contained in:
Alexander Minkin 2023-09-22 23:56:18 +03:00
parent cc5a56917b
commit edf10c4248
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -18,5 +18,6 @@ RUN apt update; \
yaml \ yaml \
pdo_mysql \ pdo_mysql \
rdkafka \ rdkafka \
imagick \
&& \ && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*