diff --git a/arch/Dockerfile b/arch/Dockerfile index 6eae1ae..9009c23 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -1,5 +1,5 @@ FROM archlinux/base -RUN pacman -Syuu --noconfirm && pacman -S python2 ansible sshpass git python2-passlib python2-netaddr --noconfirm +RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git python-passlib python-netaddr --noconfirm CMD ["ansible-playbook", "--help"]