From 9759150ca3b57d26a82d053e9218dacd42b628b9 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Tue, 17 Jan 2023 11:20:02 +0100
Subject: [PATCH] scripts/Dockerfile: Fix missing dependency

Ref. swh/infra/sysadm-environment#4724
---
 scripts/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index aa79d8eaf..d52e9790a 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -16,6 +16,7 @@ RUN apt-get -y update && \
       libpq-dev \
       python3-click \
       python3-venv \
+      python3-yaml \
     && \
     apt clean
 
-- 
GitLab