Skip to content

Commit

Permalink
[cloud images] add packages for Scylla cloud deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkaikov committed Apr 30, 2024
1 parent f6400ec commit a2a1fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scylla_install_image
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if __name__ == '__main__':
run('apt-get update --allow-insecure-repositories -y', shell=True, check=True)
run('apt-get full-upgrade -y', shell=True, check=True)
run('apt-get purge -y apport python3-apport fuse', shell=True, check=True)
run('apt-get install -y systemd-coredump vim.tiny', shell=True, check=True)
run('apt-get install -y systemd-coredump vim.tiny nload nmap ncat tmux jq ansible git python3-boto', shell=True, check=True)
run(f'apt-get install -y --auto-remove --allow-unauthenticated {args.product}-machine-image {args.product}-server-dbg', shell=True, check=True)

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

0 comments on commit a2a1fa9

Please sign in to comment.