tests/docker: Add genisoimage to the docker file

genisoimage is needed for running the tests/qtest/cdrom-test qtest.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201006174347.152040-1-thuth@redhat.com>
Message-Id: <20201007160038.26953-7-alex.bennee@linaro.org>
This commit is contained in:
Thomas Huth 2020-10-07 17:00:22 +01:00 committed by Alex Bennée
parent 5eb691df5a
commit 7e86e5d5cc
4 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ENV PACKAGES \
dbus-daemon \
gcc \
gcc-c++ \
genisoimage \
gettext \
git \
glib2-devel \

View File

@ -14,6 +14,7 @@ RUN apt update && \
RUN apt update && \
DEBIAN_FRONTEND=noninteractive eatmydata \
apt install -y --no-install-recommends \
genisoimage \
libbz2-dev \
liblzo2-dev \
libgcrypt20-dev \

View File

@ -15,6 +15,7 @@ ENV PACKAGES \
findutils \
gcc \
gcc-c++ \
genisoimage \
gettext \
git \
glib2-devel \

View File

@ -3,6 +3,7 @@ ENV PACKAGES flex bison \
ccache \
clang-10\
gcc \
genisoimage \
gettext \
git \
glusterfs-common \