[RFC,v1,4/8] dts: merge DTS vm_images/Dockerfile to DPDK

Message ID 20220406153151.2917346-5-juraj.linkes@pantheon.tech (mailing list archive)
State RFC, archived
Delegated to: Thomas Monjalon
Headers
Series merge DTS repo config and tools to DPDK |

Checks

Context Check Description
ci/checkpatch warning coding style issues

Commit Message

Juraj Linkeš April 6, 2022, 3:31 p.m. UTC
  ---
 dts/vm_images/Dockerfile | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 dts/vm_images/Dockerfile
  

Patch

diff --git a/dts/vm_images/Dockerfile b/dts/vm_images/Dockerfile
new file mode 100644
index 0000000000..ce4dbca44a
--- /dev/null
+++ b/dts/vm_images/Dockerfile
@@ -0,0 +1,9 @@ 
+FROM ubuntu:20.04
+
+ENV DEBIAN_FRONTEND=noninteractive
+
+RUN apt-get update && apt-get upgrade -y
+
+RUN apt-get install --no-install-recommends -y libguestfs-tools \
+    qemu linux-image-generic qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils \
+    linux-image-unsigned-5.11.0-46-generic qemu-system-x86