From f96985bd24530c0b6893053c8564ac6c48d87502 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 15 Feb 2025 13:28:10 +0000 Subject: [PATCH] remove gunzip package as it is contained in gzip [ci skip] --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 78b1aaf0..3fde76e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -91,7 +91,7 @@ steps: TECHNITIUM_API_KEY: from_secret: TECHNITIUM_API_KEY commands: - - "apk update && apk add git certbot expect curl gzip wget gunzip" + - "apk update && apk add git certbot expect curl gzip wget" # Install terraform cli # - "curl https://releases.hashicorp.com/terraform/0.14.6/terraform_0.14.6_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform" # - "curl https://releases.hashicorp.com/terraform/1.10.3/terraform_1.10.3_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform"