From 922ebeb15a4c39f9221d31349d59be3e72b6245f Mon Sep 17 00:00:00 2001 From: Scott Little Date: Wed, 9 Sep 2020 11:27:11 -0400 Subject: [PATCH] Add python2-ruamel-yaml to docker file in support of helm chart build Partial-Bug: 1893261 Change-Id: I690af011a01fd409d7b4fdcc9f439635dffd31ce Signed-off-by: Scott Little --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cf646b60..aa4b00cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,6 +106,7 @@ RUN groupadd -g 751 cgts && \ python-testrepository \ python-tox \ python-yaml \ + python2-ruamel-yaml \ postgresql \ qemu-kvm \ quilt \