2
0
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:
Dan Theisen
2022-07-22 01:27:39 -07:00
parent 7ed8ba0f2b
commit 80c19f385c

View File

@@ -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':