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 <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2019-09-26 11:22:49 -07:00
parent 86d14b6200
commit 2a4eec0305
1 changed files with 3 additions and 0 deletions

View File

@ -56,9 +56,11 @@ RUN groupadd -g 751 cgts && \
createrepo \ createrepo \
deltarpm \ deltarpm \
expat-devel \ expat-devel \
isomd5sum \
gcc \ gcc \
gettext \ gettext \
git \ git \
libguestfs-tools \
libtool \ libtool \
libxml2 \ libxml2 \
lighttpd \ lighttpd \
@ -93,6 +95,7 @@ RUN groupadd -g 751 cgts && \
sudo \ sudo \
systemd \ systemd \
syslinux \ syslinux \
syslinux-utils \
udisks2 \ udisks2 \
vim-enhanced \ vim-enhanced \
wget \ wget \