From bdf3e9d99f063a8c966207f210ec2a883faf908e Mon Sep 17 00:00:00 2001 From: Evgeniy Medvedev Date: Tue, 7 Jan 2025 10:34:50 +0100 Subject: [PATCH] Add fuse to base image --- packer-template/hcloud-microos-snapshots.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "