mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: move qemu package installation to test-suite sectioN
This commit is contained in:
parent
2a0827cfa4
commit
7ec6260f81
@ -51,8 +51,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
fakechroot \
|
fakechroot \
|
||||||
libtool \
|
libtool \
|
||||||
libapt-pkg-dev \
|
libapt-pkg-dev \
|
||||||
qemu-system-x86 \
|
|
||||||
qemu-utils \
|
|
||||||
quilt \
|
quilt \
|
||||||
python3-lxml \
|
python3-lxml \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
@ -260,6 +258,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# Packages needed for Qemu test-suite
|
# Packages needed for Qemu test-suite
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
python3-pexpect \
|
python3-pexpect \
|
||||||
|
qemu-system-x86 \
|
||||||
|
qemu-utils \
|
||||||
qemu-kvm
|
qemu-kvm
|
||||||
|
|
||||||
# Install packer
|
# Install packer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user