mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
Compare commits
3 Commits
hpk/fix-ns
...
missytake/
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f26d2da23b | ||
|
|
3b32387bf8 | ||
|
|
a651fba8b6 |
@@ -78,6 +78,11 @@ def _install_remote_venv_with_chatmaild(config) -> None:
|
||||
always_copy=True,
|
||||
)
|
||||
|
||||
apt.packages(
|
||||
name="install python3-dev to build crypt_r source package",
|
||||
packages=["python3-dev"],
|
||||
)
|
||||
|
||||
server.shell(
|
||||
name=f"forced pip-install {dist_file.name}",
|
||||
commands=[
|
||||
|
||||
Reference in New Issue
Block a user