feat: add boto3 to default packages
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-19 10:21:03 +02:00
commit 92f1193b1f
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
- "curl"
- "htop"
- "python3"
- "py3-boto3"
- "sudo"
- "tzdata"
- "vim"

View file

@ -13,6 +13,7 @@ apt_default_packages_install:
- "net-tools"
- "nload"
- "python-apt-common"
- "python3-boto3"
- "unattended-upgrades"
- "unzip"
- "vim"