added arch linux dockerfile
This commit is contained in:
parent
62438f9902
commit
0db1784ec4
5
arch/Dockerfile
Normal file
5
arch/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
Loading…
Reference in New Issue
Block a user