Bump nokogiri from 1.10.4 to 1.10.8 in /apps/workbench
[arvados.git] / apps / workbench / fpm-info.sh
index bb7c624cae20f436263ffc0f787a14ffab3c1bb1..d6604b7d5150b27fe178ade50a797e869fc7f293 100644 (file)
@@ -4,9 +4,9 @@
 
 case "$TARGET" in
     centos*)
-        fpm_depends+=(git bison make automake gcc gcc-c++)
+        fpm_depends+=(git bison make automake gcc gcc-c++ graphviz)
         ;;
     debian* | ubuntu*)
-        fpm_depends+=(git g++ bison zlib1g-dev make)
+        fpm_depends+=(git g++ bison zlib1g-dev make graphviz)
         ;;
 esac