Added symlink
This commit is contained in:
parent
52a709eed9
commit
49f2d120d0
@ -2,7 +2,8 @@ FROM quay.io/repository/ansible/ansible-runner:stable-2.9-devel
|
|||||||
|
|
||||||
RUN pip3 install -r hvac && \
|
RUN pip3 install -r hvac && \
|
||||||
pip3 install -r psutil && \
|
pip3 install -r psutil && \
|
||||||
pip3 install -r pymysql
|
pip3 install -r pymysql && \
|
||||||
|
ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
VOLUME /runner
|
VOLUME /runner
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user