2018-01-16 22:20:49 +00:00
|
|
|
FROM archlinux/base
|
|
|
|
|
2019-05-25 14:25:10 +00:00
|
|
|
RUN pacman -Syuu --noconfirm && pacman -S python2 ansible sshpass git python2-passlib python2-netaddr --noconfirm
|
2018-01-18 23:11:18 +00:00
|
|
|
|
2018-01-16 22:20:49 +00:00
|
|
|
CMD ["ansible-playbook", "--help"]
|