mirror of
https://github.com/pi-hole/FTL.git
synced 2026-07-03 07:45:40 +01:00
dfde9949e4
Update ftl-build container to v2.5
21 lines
523 B
JSON
21 lines
523 B
JSON
{
|
|
"name": "FTL x86_64 Build Env",
|
|
"image": "ghcr.io/pi-hole/ftl-build:v2.5",
|
|
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"jetmartin.bats",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools",
|
|
"eamodio.gitlens"
|
|
]
|
|
}
|
|
},
|
|
"mounts": [
|
|
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly",
|
|
"type=bind,source=/var/www/html,target=/var/www/html,readonly"
|
|
]
|
|
|
|
}
|