ソースを参照

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

Feature path was incorrect, which failed the creation of the
devcontainer
Shoham Peller 6 日 前
コミット
1ec66adc30
2 ファイル変更2 行追加1 行削除
  1. 1 1
      .devcontainer/devcontainer.json
  2. 1 0
      CONTRIBUTORS.md

+ 1 - 1
.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"

+ 1 - 0
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