feat: add python and make (#9)
Deploy / build (push) Successful in 18m22s

- add python and make to the base images
- remove make, python and jq from images derived from base

Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/9
This commit was merged in pull request #9.
This commit is contained in:
2025-03-09 17:50:37 +11:00
parent f92b6f13ff
commit eb1aee35c5
10 changed files with 38 additions and 26 deletions
@@ -5,6 +5,11 @@ use_incus = false
packages = [
"git",
"jq",
"make",
"python3.11",
"python3.11-pip",
"python3.12",
"python3.12-pip",
"uv",
"wget",
]