fixed default python interpreter for arch image
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Tobias Trabelsi 2018-05-25 17:57:34 +02:00
parent a34a0ddcf1
commit e532742303
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ RUN echo "[archlinuxfr]" >> /etc/pacman.conf && \
RUN pacman -Syuu --noconfirm && pacman -S yaourt ansible sshpass python2-passlib python2-netaddr python2-pywinrm python2-dnspython python2-ovirt-engine-sdk python2-jmespath python2-requests-ntlm python2-requests-kerberos python2-requests-credssp git --noconfirm
RUN ln -s /usr/bin/python2.7 /usr/bin/python
RUN rm /usr/bin/python && ln -s /usr/bin/python2.7 /usr/bin/python
CMD ["ansible-playbook", "--help"]