Commit 4e2dd0d
fix(build-arena): disable Claude Code auto-updater in Docker images
Add DISABLE_AUTOUPDATER=1 environment variable to both elide-builder
and standard-builder Dockerfiles to prevent Claude Code from attempting
to auto-update during container builds. This ensures consistent behavior
and prevents potential issues with version drift.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8fc3fae commit 4e2dd0d
File tree
2 files changed
+4
-0
lines changed- tools/build-arena/docker
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments