ci(devcontainer): fix build on debian trixie

This commit is contained in:
Fernando Fernández
2025-11-24 18:53:30 +01:00
committed by GitHub
parent ae090bb6bc
commit c6b982a631
+2 -1
View File
@@ -9,7 +9,8 @@
"profile": "default"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"installDockerComposeSwitch": false
"installDockerComposeSwitch": false,
"moby": false
},
"ghcr.io/devcontainers/features/github-cli:1": {}
},