11 lines
400 B
JSON
11 lines
400 B
JSON
|
|
{
|
||
|
|
"name": "Homebrew/brew",
|
||
|
|
"image": "ghcr.io/homebrew/brew:latest",
|
||
|
|
"workspaceFolder": "/home/linuxbrew/.linuxbrew/Homebrew",
|
||
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/home/linuxbrew/.linuxbrew/Homebrew,type=bind,consistency=cached",
|
||
|
|
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
||
|
|
"remoteEnv": {
|
||
|
|
"HOMEBREW_GITHUB_API_TOKEN": "${localEnv:GITHUB_TOKEN}"
|
||
|
|
}
|
||
|
|
}
|