1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-29 17:51:30 +00:00

[Rspamd] use python bootstrapper to start RSPAMD container

This commit is contained in:
FreddleSpl0it
2025-05-21 09:40:38 +02:00
parent 2efea9c832
commit b8888521f1
16 changed files with 416 additions and 333 deletions

View File

@@ -118,7 +118,8 @@ RUN addgroup -g 5000 vmail \
RUN pip install --break-system-packages \
mysql-connector-python \
jinja2 \
redis
redis \
dnspython
COPY data/Dockerfiles/bootstrap /bootstrap