Install gcc

This commit is contained in:
link2xt
2025-01-26 19:58:48 +00:00
parent 20f76c83f8
commit a651fba8b6

View File

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