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