From da819fc563d4d2efab0e79055136f5c789772b88 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 28 Feb 2024 12:38:31 +0100 Subject: [PATCH] Dockerfile: Install python3-yaml This allows `make doc` to run again in the CI. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e9dd639..ad06ba8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && \ moreutils \ python3-pip \ python3-venv \ + python3-yaml \ ssh-client \ tini \ wget \