From 04c387569a7e916e1c8b2d05f5b64bbb969a8f34 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 14 Feb 2023 18:37:59 +0100 Subject: [PATCH] fix: add sshpass --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c1900f6..402250f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \ python-pip \ python-pytest \ python-yaml \ + sshpass \ systemd \ sudo \ iproute2 && \