set python 2.7 as default python in arch container

This commit is contained in:
Tobias Trabelsi 2018-01-19 00:11:18 +01:00
parent 819c3a60ea
commit d684d3bd18
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ FROM archlinux/base
RUN pacman -Syuu --noconfirm && pacman -S 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 --noconfirm
RUN ln -s /usr/bin/python2.7 /usr/bin/python
CMD ["ansible-playbook", "--help"]