summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-12 16:56:24 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-12 16:56:24 +0100
commit10408791914c53a058e9f935512a5a967fd72512 (patch)
treecae42c0d9756f63ec9111023c047b324020a7dd5 /docker
parentcd15b3e3e5187e80180bdd67c9fc94532d526c97 (diff)
downloadvyos-build-10408791914c53a058e9f935512a5a967fd72512.tar.gz
vyos-build-10408791914c53a058e9f935512a5a967fd72512.zip
Jenkins: boot ISO into QEMU after assembly
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 4 insertions, 0 deletions
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')"; \