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" - "curl"
- "htop" - "htop"
- "python3" - "python3"
- "py3-boto3"
- "sudo" - "sudo"
- "tzdata" - "tzdata"
- "vim" - "vim"

View file

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