Skip to content

Commit d72d6dc

Browse files
committed
dockerfiles: add diffutils to Fedora
For some reason diffutils is not included in the Fedora containers anymore, causing the build to fail. Signed-off-by: Paolo Bonzini <[email protected]> Reviewed-by: Neal Gompa <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 8c17b84 commit d72d6dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/docker/dockerfiles/fedora.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ENV PACKAGES \
1111
cyrus-sasl-devel \
1212
dbus-daemon \
1313
device-mapper-multipath-devel \
14+
diffutils \
1415
findutils \
1516
gcc \
1617
gcc-c++ \

0 commit comments

Comments
 (0)