From accc67ae4f671b00ecf7b365d544c48c3f929dca Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 8 Feb 2023 21:03:44 +0100 Subject: [PATCH] fix: add python-pytest --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 85c1717..c1900f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \ python \ python-setuptools \ python-pip \ + python-pytest \ python-yaml \ systemd \ sudo \