mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
Install gcc
This commit is contained in:
@@ -78,6 +78,11 @@ def _install_remote_venv_with_chatmaild(config) -> None:
|
|||||||
always_copy=True,
|
always_copy=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
apt.packages(
|
||||||
|
name="install gcc to build crypt_r source package",
|
||||||
|
packages=["gcc"],
|
||||||
|
)
|
||||||
|
|
||||||
server.shell(
|
server.shell(
|
||||||
name=f"forced pip-install {dist_file.name}",
|
name=f"forced pip-install {dist_file.name}",
|
||||||
commands=[
|
commands=[
|
||||||
|
|||||||
Reference in New Issue
Block a user