Skip to content

Commit d7eb8b5

Browse files
committed
images: add netcat-openbsd package
As it required by the cloud team Fixes: #682
1 parent e6780ca commit d7eb8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packer/scylla_install_image

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if __name__ == '__main__':
7979
run('apt-get update --allow-insecure-repositories -y', shell=True, check=True)
8080
run('apt-get full-upgrade -y', shell=True, check=True)
8181
run('apt-get purge -y apport python3-apport fuse', shell=True, check=True)
82-
run('apt-get install -y systemd-coredump vim.tiny nmap ncat tmux jq python3-boto xfsprogs mdadm initramfs-tools ethtool vim-nox sysstat cpufrequtils nload htop traceroute dnsutils net-tools', shell=True, check=True)
82+
run('apt-get install -y systemd-coredump vim.tiny nmap ncat tmux jq python3-boto xfsprogs mdadm initramfs-tools ethtool vim-nox sysstat cpufrequtils nload htop traceroute dnsutils net-tools netcat-openbsd', shell=True, check=True)
8383
run(f'apt-get install -y --auto-remove --allow-unauthenticated {args.product}-machine-image {args.product}-server-dbg', shell=True, check=True)
8484

8585
os.remove('/etc/apt/sources.list.d/scylla_install.list')

0 commit comments

Comments
 (0)