Merge branch 'feature/bootstrap5' into feature/fts-xapian

This commit is contained in:
DerLinkman
2022-11-23 12:00:15 +01:00
59 changed files with 4152 additions and 277 deletions

View File

@@ -0,0 +1,3 @@
FROM debian:bullseye-slim
RUN apt update && apt install pigz

View File

@@ -499,6 +499,7 @@ class DockerUtils:
async with rspamd_password_exec.start(detach=False) as stream:
rspamd_password_return = await stream.read_out()
matched = False
if "OK" in rspamd_password_return.data.decode('utf-8'):
matched = True
await container.restart()