SouthWest7
SouthWest7
The content of my devcontainer.json as follows: ``` { "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu", "appPort": 8080, "features": { "ghcr.io/devcontainers/features/go:1": { "version": "1.22" }, "ghcr.io/devcontainers/features/node:1": { "version": "20" }, "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/python:1": {} },...
When I install mannually it also occurs, so the problem has no relationship with devcontainer, I copy the file to the directory on my laptop, the install script works.