X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/411109e1c30d61bce39f29851838540e0a5787e5..006a791875cfe6bc95ea151b9904a608931defa3:/apps/workbench/fpm-info.sh diff --git a/apps/workbench/fpm-info.sh b/apps/workbench/fpm-info.sh index c9afa150f2..d6604b7d51 100644 --- a/apps/workbench/fpm-info.sh +++ b/apps/workbench/fpm-info.sh @@ -1 +1,12 @@ -fpm_depends+=(git g++) +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +case "$TARGET" in + centos*) + fpm_depends+=(git bison make automake gcc gcc-c++ graphviz) + ;; + debian* | ubuntu*) + fpm_depends+=(git g++ bison zlib1g-dev make graphviz) + ;; +esac