diff options
| author | Shoham Peller <shohamp@gmail.com> | 2025-06-19 15:46:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 14:46:55 +0200 |
| commit | 1ec66adc306e9f2cac51729360e4db597f23d23e (patch) | |
| tree | c098ce27efa76fccf3074702a796d1a31f948826 /.devcontainer | |
| parent | cc7915c2e6a45cd0c040f8d38e0620594bb6a5a4 (diff) | |
fix(devcontainer): correct apt-packages path (#14235)
Feature path was incorrect, which failed the creation of the
devcontainer
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c2127ba5c..8b6b12c31 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ "dotnetRuntimeVersions": "9.0", "aspNetCoreRuntimeVersions": "9.0" }, - "ghcr.io/devcontainers-contrib/features/apt-packages:1": { + "ghcr.io/devcontainers-extra/features/apt-packages:1": { "preserve_apt_list": false, "packages": [ "libfontconfig1" |
