summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 8bc0c5c9..32cedb70 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -105,6 +105,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 \