Commit a7e7b7c
Fix: remove /etc/hosts and /etc/resolv.conf writes from Dockerfile
These files are read-only during docker buildx builds — Docker manages
them itself. They were only writable in the original setup because
main.sh ran at container runtime, not at build time.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 81f8636 commit a7e7b7c
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
0 commit comments