[stable/zed] [CLOUDOPS-706] Update libvirtd image include tpm packages (#2253)

This is an automated cherry-pick of #2248
/assign larainema
diff --git a/images/libvirtd/Dockerfile b/images/libvirtd/Dockerfile
index ea2e973..9230184 100644
--- a/images/libvirtd/Dockerfile
+++ b/images/libvirtd/Dockerfile
@@ -11,7 +11,7 @@
 RUN <<EOF bash -xe
 apt-get update -qq
 apt-get install -qq -y --no-install-recommends \
-    ceph-common cgroup-tools dmidecode ebtables iproute2 ipxe-qemu kmod libvirt-clients libvirt-daemon-system openssh-client openvswitch-switch ovmf pm-utils qemu-block-extra qemu-efi qemu-kvm seabios
+    ceph-common cgroup-tools dmidecode ebtables iproute2 ipxe-qemu kmod libtpms0 libvirt-clients libvirt-daemon-system openssh-client openvswitch-switch ovmf pm-utils qemu-block-extra qemu-efi qemu-kvm seabios swtpm swtpm-tools
 apt-get clean
 rm -rf /var/lib/apt/lists/*
 EOF