Skip to content

Commit 35c1e46

Browse files
committed
🐛 Disable Homebrew auto update when installed alongside fish feature
Since Homebrew feature modifies `config.fish` if `shallowClone` option is used, make sure to install it after the fish feature.
1 parent 5aa83cd commit 35c1e46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/homebrew/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"INFOPATH": "/home/linuxbrew/.linuxbrew/share/info:${INFOPATH}"
2121
},
2222
"installsAfter": [
23-
"ghcr.io/devcontainers/features/common-utils"
23+
"ghcr.io/devcontainers/features/common-utils",
24+
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
2425
]
2526
}

0 commit comments

Comments
 (0)