18112: Ubuntu 18.04 comes with bundler version 1.16.1, which doesn't handle our
[arvados.git] / services / api / fpm-info.sh
index b8ba801aca5ab443c89f6ea93dee4a901e241200..570f4601c5d9bdeaf7220c6b4676be25a316875d 100644 (file)
@@ -8,6 +8,10 @@ case "$TARGET" in
     centos*)
         fpm_depends+=(libcurl-devel postgresql-devel bison make automake gcc gcc-c++ postgresql shared-mime-info)
         ;;
+    ubuntu1804)
+        fpm_depends+=(libcurl-ssl-dev libpq-dev g++ bison zlib1g-dev make postgresql-client shared-mime-info)
+        fpm_conflicts+=(ruby-bundler)
+        ;;
     debian* | ubuntu*)
         fpm_depends+=(libcurl-ssl-dev libpq-dev g++ bison zlib1g-dev make postgresql-client shared-mime-info)
         ;;