aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoham Peller <shohamp@gmail.com>2025-06-19 15:46:55 +0300
committerGitHub <noreply@github.com>2025-06-19 14:46:55 +0200
commit1ec66adc306e9f2cac51729360e4db597f23d23e (patch)
treec098ce27efa76fccf3074702a796d1a31f948826
parentcc7915c2e6a45cd0c040f8d38e0620594bb6a5a4 (diff)
fix(devcontainer): correct apt-packages path (#14235)
Feature path was incorrect, which failed the creation of the devcontainer
-rw-r--r--.devcontainer/devcontainer.json2
-rw-r--r--CONTRIBUTORS.md1
2 files changed, 2 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"
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 1a98414e9..06c72c616 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -198,6 +198,7 @@
- [revam](https://github.com/revam)
- [allesmi](https://github.com/allesmi)
- [ThunderClapLP](https://github.com/ThunderClapLP)
+ - [Shoham Peller](https://github.com/spellr)
# Emby Contributors