mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#2503] Ensure Alpine has real gzip installed
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user