From 5d7a2dfc360dc9d3805e36bfba58f6380cb9a811 Mon Sep 17 00:00:00 2001 From: Artem Silenkov Date: Thu, 5 May 2016 19:23:16 +0300 Subject: [PATCH] [Gerrit] Install libffi-dev and libssl-dev beforehand jeepyb install failed so we need ffi.h and openssl*.h Change-Id: Ia2618f5069e491f0c705570d845afe983543f013 --- murano-apps/Gerrit/package/Resources/scripts/deploy_gerrit.sh | 3 +++ 1 file changed, 3 insertions(+) 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