Try without gcc

This commit is contained in:
missytake
2025-01-27 11:37:07 +01:00
parent 3b32387bf8
commit f26d2da23b

View File

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