From 1ec66adc306e9f2cac51729360e4db597f23d23e Mon Sep 17 00:00:00 2001 From: Shoham Peller Date: Thu, 19 Jun 2025 15:46:55 +0300 Subject: [PATCH] fix(devcontainer): correct apt-packages path (#14235) Feature path was incorrect, which failed the creation of the devcontainer --- .devcontainer/devcontainer.json | 2 +- CONTRIBUTORS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c2127ba5c3..8b6b12c31e 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 1a98414e96..06c72c6168 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