summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-02-17 15:59:20 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-02-17 21:38:14 +0000
commit6b93cb3173bd7f5e39dddb8ebc01bd216b6a4792 (patch)
tree09acb2f06fe837eb7b9b1f3630bfa8eb259cea64
parentb5c5003ff6d199c9edd3237658765927597190bf (diff)
downloadostree-6b93cb3173bd7f5e39dddb8ebc01bd216b6a4792.tar.gz
ci: Install PyYAML
We'll use it for https://github.com/ostreedev/ostree/pull/691 Closes: #692 Approved by: jlebon
-rw-r--r--.redhat-ci.Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 \