fix: add boto3 and botocore

This commit is contained in:
Markus Pesch 2025-05-07 11:18:15 +02:00
parent b9cf2b9d9e
commit 43abfd2cc5
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -9,6 +9,8 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \
openssl \
libyaml \
python \
python-boto3 \
python-botocore \
python-setuptools \
python-pip \
python-pytest \