mirror of
https://github.com/apache/superset.git
synced 2026-04-13 21:24:28 +00:00
fix(build): disable moby in dev container based on Debian 13 Trixie distro for usability (#37227)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
||||
"moby": true,
|
||||
"moby": false,
|
||||
"dockerDashComposeVersion": "v2"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
|
||||
Reference in New Issue
Block a user