[Ubuntu] Update ubuntu-minimal.pkr.hcl (#10044)

This commit is contained in:
ijunaidm
2024-06-12 14:22:41 +05:30
committed by GitHub
parent 2e3a8e1ccf
commit bb433ff031

View File

@@ -183,7 +183,7 @@ build {
// Install MS package repos, Configure apt
provisioner "shell" {
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
environment_vars = ["HELPER_SCRIPTS=${local.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
scripts = [
"${path.root}/../scripts/build/install-ms-repos.sh",