Skip to content

Commit d80eb45

Browse files
committed
added tcpdump
1 parent 1e9d957 commit d80eb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer-template/hcloud-microos-snapshots.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "packages_to_install" {
3838
}
3939

4040
locals {
41-
needed_packages = join(" ", concat(["restorecond policycoreutils policycoreutils-python-utils setools-console bind-utils wireguard-tools open-iscsi nfs-client xfsprogs cryptsetup lvm2 git cifs-utils bash-completion mtr"], var.packages_to_install))
41+
needed_packages = join(" ", concat(["restorecond policycoreutils policycoreutils-python-utils setools-console bind-utils wireguard-tools open-iscsi nfs-client xfsprogs cryptsetup lvm2 git cifs-utils bash-completion mtr tcpdump"], var.packages_to_install))
4242

4343
# Add local variables for inline shell commands
4444
download_image = "wget --timeout=5 --waitretry=5 --tries=5 --retry-connrefused --inet4-only "

0 commit comments

Comments
 (0)