From 5580a1e49c45207398f9d5141a678b336a0ddfc1 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 20 May 2018 16:26:43 +0200 Subject: check-syntax: don't install recommends and list ca-certificates --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cef57854a8..ce9a0e2a9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ check-syntax: stage: build before_script: - - apt-get update && apt-get -y install git make python python-apt + - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make python python-apt script: - git checkout master -- cgit v1.2.3