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:
Michal Nasiadka 2020-03-13 16:02:37 +01:00
parent 5498671b34
commit 79c0dd49cb
1 changed files with 2 additions and 1 deletions

View File

@ -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 %}