Cleaned devcontainer to avoid ssh agent conflicts

This commit is contained in:
unai 2026-02-01 18:11:30 +00:00
parent 8d2d482c05
commit ce62dc7005

View File

@ -27,12 +27,6 @@
"-v",
"/dev:/dev"
],
"mounts": [
"source=${localEnv:XDG_RUNTIME_DIR}/ssh-agent.socket,target=/tmp/ssh-agent.socket,type=bind"
],
"remoteEnv": {
"SSH_AUTH_SOCK": "/tmp/ssh-agent.socket"
},
"remoteUser": "root",
"postCreateCommand": "poetry install"
}