summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Theisen <djt@isc.org>2022-07-22 01:27:39 -0700
committerDan Theisen <djt@isc.org>2022-08-05 07:53:48 +0000
commit80c19f385c298f39e8d37a85525947f96501924b (patch)
treefba2a2c59f44faed133cc4b183fb44477fc59c08
parent7ed8ba0f2b66e223ad48d626504ab899766e463b (diff)
[#2503] Ensure Alpine has real gzip installed
-rwxr-xr-xhammer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/hammer.py b/hammer.py
index e5ca772a85..d78003acd4 100755
--- a/hammer.py
+++ b/hammer.py
@@ -1817,7 +1817,8 @@ def prepare_system_local(features, check_times):
elif system == 'alpine':
packages = ['gcc', 'g++', 'make', 'autoconf', 'automake', 'libtool', 'openssl-dev',
- 'boost-libs', 'boost-dev', 'procps', 'tar', 'log4cplus', 'log4cplus-dev']
+ 'boost-libs', 'boost-dev', 'procps', 'tar', 'log4cplus', 'log4cplus-dev',
+ 'gzip']
if 'docs' in features:
if revision == '3.10':