From 8017e04a59a98f76b41b77bf7f92d389b77bee74 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 24 Sep 2024 12:57:43 +0200 Subject: [PATCH] :bug: Do not bindly install all tpm2 tools (#2884) --- images/Dockerfile.kairos-ubuntu | 2 +- images/Dockerfile.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile.kairos-ubuntu b/images/Dockerfile.kairos-ubuntu index 4d339c419..101d34852 100644 --- a/images/Dockerfile.kairos-ubuntu +++ b/images/Dockerfile.kairos-ubuntu @@ -95,7 +95,7 @@ RUN apt-get update \ ubuntu-advantage-tools \ xz-utils \ zstd \ - tpm2-* \ + tpm2-tools \ && apt-get remove -y unattended-upgrades && apt-get clean && rm -rf /var/lib/apt/lists/* # Install nohang diff --git a/images/Dockerfile.ubuntu b/images/Dockerfile.ubuntu index 839aad88e..43ae4aa21 100644 --- a/images/Dockerfile.ubuntu +++ b/images/Dockerfile.ubuntu @@ -96,7 +96,7 @@ RUN apt-get update \ ubuntu-advantage-tools \ xz-utils \ zstd \ - tpm2-* \ + tpm2-tools \ && apt-get remove -y unattended-upgrades && apt-get clean && rm -rf /var/lib/apt/lists/* # Install nohang