From 219891584c057f0e575390bd188794af40687f86 Mon Sep 17 00:00:00 2001 From: James Westman Date: Mon, 19 Dec 2022 12:22:37 -0600 Subject: [PATCH] ci: Fix Dockerfile --- build-aux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Dockerfile b/build-aux/Dockerfile index 27c5a44..e2c1081 100644 --- a/build-aux/Dockerfile +++ b/build-aux/Dockerfile @@ -1,7 +1,7 @@ FROM fedora:latest RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel \ - libadwaita-devel python3-devel python3-gobject git + libadwaita-devel python3-devel python3-gobject git diffutils RUN pip3 install furo mypy sphinx coverage black # The version on PyPI is very old and doesn't install. Use the upstream package registry instead.