From 6a70e27815634ac9592380790596f06fb78cb15f Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Fri, 5 Feb 2021 20:59:47 +0100 Subject: [PATCH] added legacy dependency for arch --- arch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Dockerfile b/arch/Dockerfile index 8568043..7e2ce39 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux -RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git python-passlib python-netaddr curl --noconfirm \ +RUN pacman -Syuu --noconfirm && pacman -S python python2 ansible sshpass git python-passlib python-netaddr curl --noconfirm \ && curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \ && chmod +rx /usr/local/bin/goss