From a651fba8b6cc9cc46b88ae27333fe2285ba75ee9 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 26 Jan 2025 19:58:48 +0000 Subject: [PATCH] Install gcc --- cmdeploy/src/cmdeploy/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmdeploy/src/cmdeploy/__init__.py b/cmdeploy/src/cmdeploy/__init__.py index b7169d71..64da7d6d 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 to build crypt_r source package", + packages=["gcc"], + ) + server.shell( name=f"forced pip-install {dist_file.name}", commands=[