1 Commits
0.8 ... 0.8.1

Author SHA1 Message Date
46340b6942 added missing dependencies for arch 2019-05-25 16:25:10 +02:00

View File

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