From 58d2b7d4676f094ab1727c4063dae7228b88f37e Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 20 Jul 2018 17:11:00 +0200 Subject: [PATCH] try to install more depenencies Signed-off-by: Martin Zobel-Helas --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b3e9adb0..568f97eba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ - git config --global user.email "you@example.com" - apt-get update - - apt-get install -y cmake libldap-dev libsasl2-dev + - apt-get install -y cmake libaugeas-dev libcurl4-openssl-dev libssl-dev libldap-dev libsasl2-dev pkg-config - bundle install --binstubs bin --with octocatalog - echo -n "$FILE_R10K" > r10k.yaml -- 2.20.1