debian: install python3-ruamel.yaml in builder pod

This packages is required by helm chart scripts in build-tools.

TESTS
=======================================
Rebuild the builder image

Story: 2009897
Task: 45294

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: Ib9f547793ea06183f1334f644001e87c2bf06c29
This commit is contained in:
Davlet Panech 2022-05-05 15:31:48 -04:00
parent 21fbc0c272
commit cb60112f3d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3 \
python3-apt \
python3-pip \
python3-ruamel.yaml \
python3-yaml \
repo \
rpm2cpio \