Added boto3 via pip3

This commit is contained in:
Jon Ervine 2021-03-03 22:45:21 +08:00
parent 1d2ad21299
commit f92b32dafc
2 changed files with 3 additions and 1 deletions

View File

@ -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 python3-boto3 && \
dnf install -y mariadb && \
ln -s /usr/bin/python3 /usr/bin/python
VOLUME /runner

View File

@ -1,3 +1,5 @@
hvac
pymysql
psutil
boto3