From 46340b6942122ec53ba0476f9f3286a3f3808748 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sat, 25 May 2019 16:25:10 +0200 Subject: [PATCH] added missing dependencies for arch --- arch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Dockerfile b/arch/Dockerfile index 9727671..6eae1ae 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -1,5 +1,5 @@ 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"]