ansible/arch/Dockerfile
2019-11-17 18:28:26 +01:00

6 lines
168 B
Docker

FROM archlinux/base
RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git python-passlib python-netaddr --noconfirm
CMD ["ansible-playbook", "--help"]