mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
b88a249d36
Signed-off-by: DL6ER <dl6er@dl6er.de>
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"name": "FTL x86_64 Build Env",
|
|
"image": "ghcr.io/pi-hole/ftl-build:v2.3-alpine",
|
|
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
|
|
"extensions": [
|
|
"jetmartin.bats",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools",
|
|
"eamodio.gitlens"
|
|
],
|
|
"mounts": [
|
|
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly"
|
|
]
|
|
|
|
}
|