6 lines
168 B
Docker
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"]
|