diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-27 19:32:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-27 19:32:40 +0100 |
commit | 7ec6260f816fa4e0526a276eb523b99c7adf63d8 (patch) | |
tree | 05b02a22c3dc0f0b0d5227f678bc1457f4f2fac3 | |
parent | 2a0827cfa4ef2e8a204506481ec8fa6efad1665d (diff) | |
download | vyos-build-7ec6260f816fa4e0526a276eb523b99c7adf63d8.tar.gz vyos-build-7ec6260f816fa4e0526a276eb523b99c7adf63d8.zip |
Docker: move qemu package installation to test-suite sectioN
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index e6867486..e93913b7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -51,8 +51,6 @@ RUN apt-get update && apt-get install -y \ fakechroot \ libtool \ libapt-pkg-dev \ - qemu-system-x86 \ - qemu-utils \ quilt \ python3-lxml \ python3-setuptools \ @@ -260,6 +258,8 @@ RUN apt-get update && apt-get install -y \ # Packages needed for Qemu test-suite RUN apt-get update && apt-get install -y \ python3-pexpect \ + qemu-system-x86 \ + qemu-utils \ qemu-kvm # Install packer |