fix(devcontainer): correct apt-packages path (#14235)

Feature path was incorrect, which failed the creation of the
devcontainer
This commit is contained in:
Shoham Peller 2025-06-19 15:46:55 +03:00 committed by GitHub
parent cc7915c2e6
commit 1ec66adc30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"dotnetRuntimeVersions": "9.0", "dotnetRuntimeVersions": "9.0",
"aspNetCoreRuntimeVersions": "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, "preserve_apt_list": false,
"packages": [ "packages": [
"libfontconfig1" "libfontconfig1"

View File

@ -198,6 +198,7 @@
- [revam](https://github.com/revam) - [revam](https://github.com/revam)
- [allesmi](https://github.com/allesmi) - [allesmi](https://github.com/allesmi)
- [ThunderClapLP](https://github.com/ThunderClapLP) - [ThunderClapLP](https://github.com/ThunderClapLP)
- [Shoham Peller](https://github.com/spellr)
# Emby Contributors # Emby Contributors