build-helm-charts.sh now requires python-yaml

A recent change, https://review.opendev.org/#/c/662087/ ,
added 'import yaml' to build-helm-charts.sh.  However
the docker build environmnet does not include python-yaml
in it's Dockerfile.

This update adds the missing python-yaml to the Dockerfile

Change-Id: Ia446bc587efb4b1997008661a4b584183891bb4f
Closes-Bug: 1832017
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2019-06-07 11:39:52 -04:00
parent d9eec60061
commit d351bd4b3d
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ RUN groupadd -g 751 cgts && \
python-pip \
python-testrepository \
python-tox \
python-yaml \
postgresql \
qemu-kvm \
quilt \