From e881723a9c1a4c8d63db2242be441cd1eb6e7203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 1 Feb 2020 22:18:30 +0100 Subject: [PATCH] dont install recommended packages --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 60f49cc..e6f0875 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: html_validate image: ubuntu commands: - - apt-get update && apt-get install -y docker-compose + - apt-get update && apt-get install --no-install-recommends -y docker-compose - docker-compose config --services trigger: branch: