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 \