Skip to content

Commit 62bb8c6

Browse files
committed
fix: add resolv.conf to ignore list by default
Fixes #37.
1 parent a00d946 commit 62bb8c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

envbuilder.go

+2
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,8 @@ func Run(ctx context.Context, options Options) error {
505505
MagicDir,
506506
options.LayerCacheDir,
507507
options.WorkspaceFolder,
508+
// See: https://github.com/coder/envbuilder/issues/37
509+
"/etc/resolv.conf",
508510
}, options.IgnorePaths...)
509511

510512
for _, ignorePath := range ignorePaths {

0 commit comments

Comments
 (0)