18112: Ubuntu 18.04 comes with bundler version 1.16.1, which doesn't handle our
[arvados.git] / apps / workbench / fpm-info.sh
index a1de4b2a5fc058ee3ab6112347c08107d1d486c3..a09638a35e1add08cc66a4bf140403b988043622 100644 (file)
@@ -6,6 +6,10 @@ case "$TARGET" in
     centos*)
         fpm_depends+=(git bison make automake gcc gcc-c++ graphviz shared-mime-info)
         ;;
+    ubuntu1804)
+        fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
+        fpm_conflicts+=(ruby-bundler)
+        ;;
     debian* | ubuntu*)
         fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
         ;;