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