diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2018-06-26 14:46:45 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-09-06 11:45:07 +0200 |
commit | 0d3b28dac079df41132d4a80cc232105cde1bcc3 (patch) | |
tree | d26629989b6a9d47a557ac0d3457eee4df78e410 /scripts | |
parent | fa634695aa108e6d433e4e8141d68d757a74861b (diff) | |
download | meta-updater-0d3b28dac079df41132d4a80cc232105cde1bcc3.tar.gz |
Install ovmf in ci Dockerfile
For qemu tests
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ci/Dockerfile.bitbake | 1 |
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 \ |