diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-02 09:59:24 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-02 10:00:04 +0200 |
commit | 686677b251df180d94da0027eb06c92fc5d5d05d (patch) | |
tree | 41e03dc562ae6f4ff7dd67df0ebd94e06d570c76 /docker | |
parent | b2855d0857b92d20e86ab5e08a8cd185a61877ff (diff) | |
download | vyos-build-686677b251df180d94da0027eb06c92fc5d5d05d.tar.gz vyos-build-686677b251df180d94da0027eb06c92fc5d5d05d.zip |
Docker: add ovmf requirement for UEFI boot tests
(cherry picked from commit e22881a97973e31da6fe8262448643b42cf7b476)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index f8ad185d..ec86f9ce 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -393,6 +393,7 @@ RUN apt-get update && apt-get install -y \ RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \ apt-get update && apt-get install -y \ python3-pexpect \ + ovmf \ qemu-system-x86 \ qemu-utils \ qemu-kvm; \ |