dockerfiles: add diffutils to Fedora
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 3 Oct 2020 08:50:54 +0000 (10:50 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Oct 2020 07:14:19 +0000 (09:14 +0200)
For some reason diffutils is not included in the Fedora containers anymore,
causing the build to fail.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201003085054.332992-2-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/docker/dockerfiles/fedora.docker

index 71e4b5697704ce90a04736013347fb621bb12b44..ec783418c82c7e202eb5262a28819dfe584b24fc 100644 (file)
@@ -11,6 +11,7 @@ ENV PACKAGES \
     cyrus-sasl-devel \
     dbus-daemon \
     device-mapper-multipath-devel \
+    diffutils \
     findutils \
     gcc \
     gcc-c++ \