We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6b4d9 commit e1beb1dCopy full SHA for e1beb1d
docker.nix
@@ -40,7 +40,7 @@ let
40
export PYTHONPATH="/app:/usr/lib/python3.12/site-packages"
41
42
# Restrict system tool access
43
- export PATH="${runtimeEnv}/bin:${pkgs.coreutils}/bin:${pkgs.util-linux}/bin:/usr/local/bin:/usr/bin"
+ export PATH="${pkgs.coreutils}/bin:${pkgs.util-linux}/bin:/usr/local/bin:/usr/bin"
44
45
# Restrict environment variables
46
unset HOME
@@ -222,7 +222,7 @@ finally:
222
export https_proxy=""
223
224
225
226
227
228
0 commit comments