summaryrefslogtreecommitdiff
path: root/automation/build
diff options
context:
space:
mode:
Diffstat (limited to 'automation/build')
-rw-r--r--automation/build/debian/stretch.dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/automation/build/debian/stretch.dockerfile b/automation/build/debian/stretch.dockerfile
index e2ee14e201..da6aa874dd 100644
--- a/automation/build/debian/stretch.dockerfile
+++ b/automation/build/debian/stretch.dockerfile
@@ -47,6 +47,8 @@ RUN apt-get update && \
nasm \
gnupg \
apt-transport-https \
+ # for test phase, qemu-smoke-* jobs
+ qemu-system-x86 \
&& \
apt-get autoremove -y && \
apt-get clean && \