[Git][security-tracker-team/security-tracker][master] check-syntax: don't install recommends and list ca-certificates

Salvatore Bonaccorso carnil at debian.org
Sun May 20 15:27:14 BST 2018


Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker


Commits:
5580a1e4 by Salvatore Bonaccorso at 2018-05-20T16:26:43+02:00
check-syntax: don't install recommends and list ca-certificates

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- 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



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/5580a1e49c45207398f9d5141a678b336a0ddfc1

---
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/5580a1e49c45207398f9d5141a678b336a0ddfc1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20180520/24d05fe7/attachment-0001.html>


More information about the debian-security-tracker-commits mailing list