diff --git a/cmdeploy/src/cmdeploy/__init__.py b/cmdeploy/src/cmdeploy/__init__.py index b7169d71..f50e5636 100644 --- a/cmdeploy/src/cmdeploy/__init__.py +++ b/cmdeploy/src/cmdeploy/__init__.py @@ -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=[