add sandbox extra env config

This commit is contained in:
Азамат Нураев 2026-05-08 15:24:15 +03:00
parent 32793de992
commit 9ed24b1ae9
7 changed files with 28 additions and 1 deletions

View file

@ -59,6 +59,7 @@ class SandboxConfig:
dependencies_mount_path: str
lambda_tools_mount_path: str
volume_mount_path: str
extra_env: dict[str, str]
@dataclass(frozen=True, slots=True)