mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +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 \
|
||||
pdo_mysql \
|
||||
rdkafka \
|
||||
imagick \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/*
|
Loading…
Reference in a new issue