diff options
| author | Dan Theisen <djt@isc.org> | 2022-07-22 01:27:39 -0700 |
|---|---|---|
| committer | Dan Theisen <djt@isc.org> | 2022-08-05 07:53:48 +0000 |
| commit | 80c19f385c298f39e8d37a85525947f96501924b (patch) | |
| tree | fba2a2c59f44faed133cc4b183fb44477fc59c08 | |
| parent | 7ed8ba0f2b66e223ad48d626504ab899766e463b (diff) | |
[#2503] Ensure Alpine has real gzip installed
| -rwxr-xr-x | hammer.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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': |
