From 43abfd2cc5b34748d1b7c04523562444ebc49c19 Mon Sep 17 00:00:00 2001 From: Markus Pesch <markus.pesch@cryptic.systems> Date: Wed, 7 May 2025 11:18:15 +0200 Subject: [PATCH] fix: add boto3 and botocore --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c3836fd..3d9772d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \ openssl \ libyaml \ python \ + python-boto3 \ + python-botocore \ python-setuptools \ python-pip \ python-pytest \