From 3aa34492e48ab8ff1d6c7f1bd8c69c50a018243e Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 31 May 2024 21:32:08 +0000 Subject: [PATCH] devcontainer: install homebrew --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 739fa09..e92ad5e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,8 @@ "image": "mcr.microsoft.com/devcontainers/python", "features": { "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, - "ghcr.io/devcontainers-contrib/features/poetry:2": {} + "ghcr.io/devcontainers-contrib/features/poetry:2": {}, + "ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {} }, "postCreateCommand": "pre-commit install" }