aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json
index 426f290a..cb103f4b 100644
--- a/packer/templates/basebuild.json
+++ b/packer/templates/basebuild.json
@@ -44,6 +44,7 @@
"scripts": [
"provision/baseline.sh",
"provision/basebuild.sh",
+ "provision/agl_dependencies.sh",
"provision/system_reseal.sh"
],
"execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"