From 01dc35f4850e07fe71ce51823fc005febc99184f Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Wed, 15 May 2024 10:45:05 +0000 Subject: [PATCH] feat(full): add cruft to full image --- images/full/.devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/images/full/.devcontainer/devcontainer.json b/images/full/.devcontainer/devcontainer.json index 1b3cbc1..ec3ee07 100644 --- a/images/full/.devcontainer/devcontainer.json +++ b/images/full/.devcontainer/devcontainer.json @@ -10,6 +10,9 @@ "ghcr.io/devcontainers/features/nix:1": {}, "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, + "ghcr.io/devcontainers-contrib/features/pipx-package:1": { + "package": "cruft" + }, "ghcr.io/devcontainers/features/python:1": {} }, "customizations": { @@ -23,4 +26,4 @@ "helm-completion": "helm completion bash | sudo tee -a /etc/bash_completion.d/helm > /dev/null", "pre-commit": "pre-commit install --install-hooks -t pre-commit -t commit-msg || true" } -} +} \ No newline at end of file