packer-images/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl
Ben Vincent 56a32bfaff
All checks were successful
Deploy / build (push) Successful in 32s
fix: use correct path (#31)
- I need a better way to test these changes

Reviewed-on: #31
2026-01-10 16:44:48 +11:00

13 lines
225 B
HCL

# almalinux/9.6/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"sudo"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]
docker_changes = [
"CMD /usr/local/bin/run.sh"
]