Skip to content

Commit

Permalink
Install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jan 26, 2025
1 parent 20f76c8 commit a651fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmdeploy/src/cmdeploy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit a651fba

Please sign in to comment.