From 2e24ec8ec75ce3fb1a8eaf3b2d733c995abbe15e Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Thu, 17 Aug 2023 19:43:13 +0200 Subject: [PATCH] Can we minimize apt-get install with no-rec? --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index aeb800f..f597a2d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: image: debian commands: - apt-get update - - apt-get install -y git gettext python3 libgl1 zip + - apt-get install --no-install-recommends -y git ca-certificates gettext python3 libgl1 zip - bash .po2tl.sh volumes: - /var/www/queer/build/${CI_REPO_NAME}:/var/www/queer/build/${CI_REPO_NAME}