summaryrefslogtreecommitdiff
path: root/automation/build
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@gmail.com>2021-09-30 17:17:20 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2021-10-01 09:52:14 +0100
commitc9aa02e48eda5378c19f3837e6c21bcaab1dcad5 (patch)
tree3fb2a57bd5f981edd03c7527cc25e67c3ec78421 /automation/build
parent5d15f905b9252d801101af0279fbedb0c50dc241 (diff)
automation: Add qemu to debian:stretch container for smoke test
We can add qemu into the container so that there's no need to install it everytime we run a test. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
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 && \