tests: install doveadm for being able to run dictproxy tests

This commit is contained in:
missytake 2023-10-17 19:16:42 +02:00
parent 75e7c85e61
commit beac91159d

View File

@ -6,6 +6,7 @@ deploy-chatmail/venv/bin/pip install -e deploy-chatmail
deploy-chatmail/venv/bin/pip install -e chatmaild
python3 -m venv chatmaild/venv
sudo apt install -y dovecot-core && sudo systemctl disable --now dovecot
chatmaild/venv/bin/pip install --upgrade pytest build 'setuptools>=68'
chatmaild/venv/bin/pip install -e chatmaild