Added symlink

This commit is contained in:
Jon Ervine 2021-03-03 20:52:48 +08:00
parent 52a709eed9
commit 49f2d120d0

View File

@ -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