diff --git a/murano-apps/Gerrit/package/Resources/scripts/deploy_gerrit.sh b/murano-apps/Gerrit/package/Resources/scripts/deploy_gerrit.sh index f7fa85a..9789a69 100644 --- a/murano-apps/Gerrit/package/Resources/scripts/deploy_gerrit.sh +++ b/murano-apps/Gerrit/package/Resources/scripts/deploy_gerrit.sh @@ -1,5 +1,8 @@ #!/bin/bash +logger Install dev packages +apt-get update && apt-get install -y build-essential libssl-dev libffi-dev python-dev + logger Deploy Gerrit #TODO add this template to system-config