mirror of
https://github.com/openvk/openvk
synced 2024-11-14 11:09:12 +03:00
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:
parent
cc5a56917b
commit
edf10c4248
1 changed files with 1 additions and 0 deletions
|
@ -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/*
|
Loading…
Reference in a new issue