From: Dan Theisen Date: Fri, 22 Jul 2022 08:27:39 +0000 (-0700) Subject: [#2503] Ensure Alpine has real gzip installed X-Git-Tag: Kea-2.3.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c19f385c298f39e8d37a85525947f96501924b;p=thirdparty%2Fkea.git [#2503] Ensure Alpine has real gzip installed --- 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':