From 59c499edf37e6234ec53d94d8bf60e8e275a1d08 Mon Sep 17 00:00:00 2001
From: Daniel Salzman <daniel.salzman@nic.cz>
Date: Tue, 28 Jan 2020 16:52:22 +0100
Subject: [PATCH] scripts: add missing 'diff' and 'cmp' from the CentOS
 Dockerfile by installing 'diffutils'

---
 scripts/docker/centos:latest/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/docker/centos:latest/Dockerfile b/scripts/docker/centos:latest/Dockerfile
index 4d2cbd9b02..927f45e178 100644
--- a/scripts/docker/centos:latest/Dockerfile
+++ b/scripts/docker/centos:latest/Dockerfile
@@ -6,6 +6,7 @@ RUN dnf -y install epel-release
 RUN dnf -y --enablerepo PowerTools install \
 	'autoconf' \
 	'automake' \
+	'diffutils' \
 	'libtool' \
 	'make' \
 	'pkgconfig' \
-- 
GitLab