fix: install gcc and python3-dev (#477)

These are needed to build crypt-r
This commit is contained in:
l
2025-01-27 14:38:18 +00:00
committed by GitHub
parent 20f76c83f8
commit 9e6ba1a164

View File

@@ -78,6 +78,11 @@ def _install_remote_venv_with_chatmaild(config) -> None:
always_copy=True,
)
apt.packages(
name="install gcc and headers to build crypt_r source package",
packages=["gcc", "python3-dev"],
)
server.shell(
name=f"forced pip-install {dist_file.name}",
commands=[