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
This commit is contained in:
Luan Nunes Utimura 2023-01-23 15:32:11 -03:00
parent e6e1d16db6
commit 847d13be9b
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ PROJECT_REF=stable/ussuri
DIST_REPOS="OS"
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
PIP_PACKAGES="pycryptodomex pylint"
DIST_PACKAGES="libxslt1.1"
DIST_PACKAGES="curl libxslt1.1"
PROFILES="fluent heat apache"