From 2a4eec03052101cbe9b927498eab002b81d21969 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 26 Sep 2019 11:22:49 -0700 Subject: [PATCH] add additional packages needed by new tool The new tool requires additional host tools for the script to run correctly, so update the install list. Story: 2006595 Task: 36831 Change-Id: Id49be9f28862dae33a5659cdfe2d1aac39c74540 Signed-off-by: Saul Wold --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index a2687a127..26225f921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,9 +56,11 @@ RUN groupadd -g 751 cgts && \ createrepo \ deltarpm \ expat-devel \ + isomd5sum \ gcc \ gettext \ git \ + libguestfs-tools \ libtool \ libxml2 \ lighttpd \ @@ -93,6 +95,7 @@ RUN groupadd -g 751 cgts && \ sudo \ systemd \ syslinux \ + syslinux-utils \ udisks2 \ vim-enhanced \ wget \