Skip to content

Commit

Permalink
feat(full): add cruft to full image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed May 15, 2024
1 parent a7fa6ee commit 01dc35f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/full/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
}

0 comments on commit 01dc35f

Please sign in to comment.