[gnome-themes-extra/gitlab-ci] Attempt to install less



commit 7755158ece03707278d88dfe8248592bbdf8928e
Author: Juraj Fiala <jurf riseup net>
Date:   Fri Mar 2 11:59:57 2018 +0000

    Attempt to install less

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5752d401..63111845 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ build:
   # instead of calling g++ directly you can also use some build toolkit like make
   # install the necessary build tools when needed
   before_script: 
-    - apt update && apt -y install make autoconf gnome-common gtk+2.0
+    - apt update && apt -y --no-install-recommends --no-install-suggests install make autoconf gnome-common 
gtk+2.0
   script: 
     - ./autogen.sh --disable-gtk3-engine
     - make


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]