6 lines
138 B
Docker
6 lines
138 B
Docker
FROM archlinux/base
|
|
|
|
RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git --noconfirm
|
|
|
|
CMD ["ansible-playbook", "--help"]
|