From 0c415dedecce62de16ff186f87c07fa4fd543920 Mon Sep 17 00:00:00 2001 From: Eric Boehs Date: Tue, 26 Mar 2024 11:27:23 -0500 Subject: [PATCH] Add Devcontainer Common Utils https://github.com/devcontainers/features/tree/main/src/common-utils --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 69f4e6059e0..11033b74d4a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,6 +3,7 @@ "image": "mcr.microsoft.com/devcontainers/base:bullseye", "features": { + "ghcr.io/devcontainers/features/common-utils:2": { }, "ghcr.io/devcontainers-contrib/features/ruby-asdf:0": { "version": "3.2.3" },