mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
CI: Add rdkafka support to base apache image
This commit is contained in:
parent
e8c0fe8c05
commit
46d3e97e05
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ RUN apt update; \
|
||||||
intl \
|
intl \
|
||||||
yaml \
|
yaml \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
rdkafka \
|
||||||
&& \
|
&& \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
Loading…
Reference in a new issue