summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-03-04 10:38:28 +0000
committerRichard Hughes <richard@hughsie.com>2020-03-04 11:44:29 +0000
commit0cc44724e4eacee0b684d134a4906d4e872691cb (patch)
tree4e22fd9e4a729f0e22c0b8fb90a878f317801b11
parent377917fed85476d615f72279d0c97bc391d0f191 (diff)
downloadgusb-0cc44724e4eacee0b684d134a4906d4e872691cb.tar.gz
CI: Install diffutils
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--contrib/ci/Dockerfile-fedora1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/Dockerfile-fedora b/contrib/ci/Dockerfile-fedora
index 90ee09a..f96e000 100644
--- a/contrib/ci/Dockerfile-fedora
+++ b/contrib/ci/Dockerfile-fedora
@@ -2,6 +2,7 @@ FROM fedora:31
RUN dnf -y update
RUN dnf -y install \
+ diffutils \
glib2-devel \
gobject-introspection-devel \
gtk-doc \