upstream/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image
Luan Nunes Utimura 847d13be9b Debian: Add missing curl package to stx-heat
This change adds the curl package to stx-heat, originally ported to
Debian in [1].

It has been observed that some bootstrap pods were failing to start due
to the missing command.

[1] https://review.opendev.org/c/starlingx/upstream/+/868726

Story: 2010072
Task: 47088

Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>
Change-Id: Ie37415888ebb285da191d9b38dae5e9272ce5d0f
2023-01-23 15:53:53 -03:00

11 lines
265 B
Plaintext

BUILDER=loci
LABEL=stx-heat
PROJECT=heat
PROJECT_REPO=https://opendev.org/openstack/heat.git
PROJECT_REF=stable/ussuri
DIST_REPOS="OS"
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
PIP_PACKAGES="pycryptodomex pylint"
DIST_PACKAGES="curl libxslt1.1"
PROFILES="fluent heat apache"