Install python3-dev

This commit is contained in:
link2xt
2025-01-26 20:10:12 +00:00
parent a651fba8b6
commit 3b32387bf8

View File

@@ -79,8 +79,8 @@ def _install_remote_venv_with_chatmaild(config) -> None:
)
apt.packages(
name="install gcc to build crypt_r source package",
packages=["gcc"],
name="install gcc and headers to build crypt_r source package",
packages=["gcc", "python3-dev"],
)
server.shell(