ansible/arch/Dockerfile

6 lines
168 B
Docker
Raw Normal View History

2018-01-16 23:20:49 +01:00
FROM archlinux/base
2019-11-17 18:28:26 +01:00
RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git python-passlib python-netaddr --noconfirm
2018-01-16 23:20:49 +01:00
CMD ["ansible-playbook", "--help"]