From: Colin Walters Date: Fri, 17 Feb 2017 20:59:20 +0000 (-0500) Subject: ci: Install PyYAML X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~40^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6b93cb3173bd7f5e39dddb8ebc01bd216b6a4792;p=ostree.git ci: Install PyYAML We'll use it for https://github.com/ostreedev/ostree/pull/691 Closes: #692 Approved by: jlebon --- diff --git a/.redhat-ci.Dockerfile b/.redhat-ci.Dockerfile index 4970c77d..d5a2e255 100644 --- a/.redhat-ci.Dockerfile +++ b/.redhat-ci.Dockerfile @@ -12,6 +12,7 @@ RUN dnf install -y \ libubsan \ libasan \ libtsan \ + PyYAML \ gnome-desktop-testing \ redhat-rpm-config \ elfutils \