From 63a8f9d3c60e6dde04b0998701a40223d532128a Mon Sep 17 00:00:00 2001
From: sarthurdev <965089+sarthurdev@users.noreply.github.com>
Date: Sun, 22 Jan 2023 23:50:07 +0100
Subject: config: T4919: Add emulated TPM encryption test

---
 docker/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'docker')

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 219a8065..acbfd9a7 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -96,6 +96,9 @@ RUN apt-get update && apt-get install -y \
       debootstrap \
       live-build
 
+# Packages for TPM test
+RUN apt-get update && apt-get install -y swtpm
+
 # Syslinux and Grub2 is only supported on x86 and x64 systems
 RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
       apt-get update && apt-get install -y \
-- 
cgit v1.2.3