summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2018-06-26 14:46:45 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2018-09-06 11:45:07 +0200
commit0d3b28dac079df41132d4a80cc232105cde1bcc3 (patch)
treed26629989b6a9d47a557ac0d3457eee4df78e410
parentfa634695aa108e6d433e4e8141d68d757a74861b (diff)
downloadmeta-updater-0d3b28dac079df41132d4a80cc232105cde1bcc3.tar.gz
Install ovmf in ci Dockerfile
For qemu tests
-rw-r--r--scripts/ci/Dockerfile.bitbake1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/Dockerfile.bitbake b/scripts/ci/Dockerfile.bitbake
index 4dfafec..9d34dca 100644
--- a/scripts/ci/Dockerfile.bitbake
+++ b/scripts/ci/Dockerfile.bitbake
@@ -18,6 +18,7 @@ RUN apt-get update -q && apt-get install -qy \
18 libpython-dev \ 18 libpython-dev \
19 libsdl1.2-dev \ 19 libsdl1.2-dev \
20 locales \ 20 locales \
21 ovmf \
21 procps \ 22 procps \
22 python \ 23 python \
23 python3 \ 24 python3 \