Add python2-ruamel-yaml to docker file in support of helm chart build

Partial-Bug: 1893261
Change-Id: I690af011a01fd409d7b4fdcc9f439635dffd31ce
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2020-09-09 11:27:11 -04:00
parent e390e85bd5
commit 922ebeb15a
1 changed files with 1 additions and 0 deletions

View File

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