Skip to content

Commit

Permalink
[Ubuntu] Update ubuntu-minimal.pkr.hcl (#10044)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijunaidm authored Jun 12, 2024
1 parent 2e3a8e1 commit bb433ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ubuntu/templates/ubuntu-minimal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bb433ff

Please sign in to comment.