diff --git a/Dockerfile b/Dockerfile index 508ce1c..58985df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM quay.io/repository/ansible/ansible-runner:stable-2.9-devel RUN pip3 install -r hvac && \ pip3 install -r psutil && \ - pip3 install -r pymysql + pip3 install -r pymysql && \ + ln -s /usr/bin/python3 /usr/bin/python VOLUME /runner