From c6a158012cac24e45c9b9d5ab0eb22cf7ccb4f17 Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Wed, 3 Mar 2021 22:35:41 +0800 Subject: [PATCH] Added python-boto3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88c88da..e8569a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/ansible/ansible-runner:stable-2.9-devel ADD requirements.txt /tmp/requirements.txt RUN pip3 install -r /tmp/requirements.txt && \ - dnf install -y mariadb && \ + dnf install -y mariadb python-boto3 && \ ln -s /usr/bin/python3 /usr/bin/python VOLUME /runner