elasticsearch-curator: Add python3-wheel for Ubuntu
Seems we have a broken python3 env on Ubuntu for building curator - adding python3-wheel fixes the build issues. Change-Id: I8f0017a22fa7b11d8c46f60008172081d7ba5bcf
This commit is contained in:
parent
5498671b34
commit
79c0dd49cb
@ -16,7 +16,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
{% set elasticsearch_curator_packages = [
|
{% set elasticsearch_curator_packages = [
|
||||||
'cron',
|
'cron',
|
||||||
'python3-pip',
|
'python3-pip',
|
||||||
'python3-setuptools'
|
'python3-setuptools',
|
||||||
|
'python3-wheel'
|
||||||
] %}
|
] %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user