mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
Try without gcc
This commit is contained in:
@@ -79,8 +79,8 @@ def _install_remote_venv_with_chatmaild(config) -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
apt.packages(
|
apt.packages(
|
||||||
name="install gcc and headers to build crypt_r source package",
|
name="install python3-dev to build crypt_r source package",
|
||||||
packages=["gcc", "python3-dev"],
|
packages=["python3-dev"],
|
||||||
)
|
)
|
||||||
|
|
||||||
server.shell(
|
server.shell(
|
||||||
|
|||||||
Reference in New Issue
Block a user