diff --git a/backup.sh b/backup.sh
index 056e5d68b887f4b03ed28d52450749eced3c7ab4..367ba30729526b0e60885e811df3ac5a7e6e47ef 100755
--- a/backup.sh
+++ b/backup.sh
@@ -99,6 +99,8 @@ if ! [ -f "$dbDumpFile" ]; then
     exit 0
 fi
 
+dnf install -y patch php-zip diffutils
+
 #Update value in config file to get correct format
 sed -i 's/protected $useExtendedInserts = true;/protected $useExtendedInserts = false;/' $dbDumpFile