From 8e3863ca2cd61451438a92591bc884c9c7ed4c4d Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sun, 17 Nov 2019 18:28:26 +0100 Subject: [PATCH] python2 is dead --- arch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]