Commit 703f7c0
Drop web-shell startup apt retry and sudo -E npm install bug
The dtach/build-essential/python3 prereqs are now baked into the
devcontainer base image (Dockerfile.devcontainer-base), so the dpkg
guard, retry loop, and dtach verification all become dead code.
The npm install also dropped sudo -E. With it, root inherited HOME from
the caller and wrote root-owned $HOME/.npm and $HOME/.cache/node-gyp
into the user's home, breaking every later `npm install` the user ran.
The nvm feature already chowns the global prefix to the user, so plain
`npm install -g` works.
Also removes the now-stale src/web-shell feature test, which only
checked the prereq install paths.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 45ca1e3 commit 703f7c0
2 files changed
Lines changed: 1 addition & 55 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 26 | | |
62 | 27 | | |
63 | 28 | | |
| |||
68 | 33 | | |
69 | 34 | | |
70 | 35 | | |
71 | | - | |
| 36 | + | |
72 | 37 | | |
73 | 38 | | |
74 | 39 | | |
| |||
This file was deleted.
0 commit comments