From 3e0db109d7ec05ad33004610afc9808c63af505f Mon Sep 17 00:00:00 2001 From: Robin Mordasiewicz Date: Sun, 6 Oct 2024 14:40:28 -0400 Subject: [PATCH] adding lower thirds --- src/ubuntu-restricted-extras/devcontainer-feature.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ubuntu-restricted-extras/devcontainer-feature.json b/src/ubuntu-restricted-extras/devcontainer-feature.json index fad80bf..2b5539e 100644 --- a/src/ubuntu-restricted-extras/devcontainer-feature.json +++ b/src/ubuntu-restricted-extras/devcontainer-feature.json @@ -1,6 +1,9 @@ { "description": "ubuntu-restricted-extras", "id": "ubuntu-restricted-extras", + "installsAfter": [ + "ghcr.io/devcontainers/features/common-utils" + ], "name": "ubuntu-restricted-extras", - "version": "0.0.1" + "version": "0.0.2" }