From 10408791914c53a058e9f935512a5a967fd72512 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 12 Jan 2021 16:56:24 +0100 Subject: Jenkins: boot ISO into QEMU after assembly --- docker/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 1ca25310..a69c8987 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -370,6 +370,10 @@ RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sourc apt-get update && \ rm -rf /var/lib/apt/lists/* + +# For smoketests in QEMU +RUN pip3 install pexpect + # Install packer RUN export LATEST="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | \ jq -r -M '.current_version')"; \ -- cgit v1.2.3