Skip to content

Commit

Permalink
fix: remove homebrew install wbich breaks container
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
  • Loading branch information
anthonydmays committed Mar 18, 2024
1 parent 3ffbc3d commit f6a369b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers-contrib/features/ts-node:1": {},
"ghcr.io/devcontainers/features/sshd:1": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {
"version": "latest",
"shallow": false
}
"ghcr.io/devcontainers/features/sshd:1": {}
},
"postCreateCommand": "yarn global add @devcontainers/cli && brew install neovim",
"portsAttributes": {
"80": {
"requireLocalPort": true,
Expand Down

0 comments on commit f6a369b

Please sign in to comment.