Added boto3 via pip3
This commit is contained in:
parent
1d2ad21299
commit
f92b32dafc
@ -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
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
hvac
|
||||
pymysql
|
||||
psutil
|
||||
boto3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user