diff --git a/packer-template/hcloud-microos-snapshots.pkr.hcl b/packer-template/hcloud-microos-snapshots.pkr.hcl index 62de52ea..db5be885 100644 --- a/packer-template/hcloud-microos-snapshots.pkr.hcl +++ b/packer-template/hcloud-microos-snapshots.pkr.hcl @@ -36,7 +36,7 @@ variable "packages_to_install" { } locals { - needed_packages = join(" ", concat(["restorecond policycoreutils policycoreutils-python-utils setools-console audit bind-utils wireguard-tools open-iscsi nfs-client xfsprogs cryptsetup lvm2 git cifs-utils bash-completion mtr tcpdump"], var.packages_to_install)) + needed_packages = join(" ", concat(["restorecond policycoreutils policycoreutils-python-utils setools-console audit bind-utils wireguard-tools fuse open-iscsi nfs-client xfsprogs cryptsetup lvm2 git cifs-utils bash-completion mtr tcpdump"], var.packages_to_install)) # Add local variables for inline shell commands download_image = "wget --timeout=5 --waitretry=5 --tries=5 --retry-connrefused --inet4-only "