Skip to content

Commit

Permalink
🐛 Do not bindly install all tpm2 tools (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Sep 24, 2024
1 parent 1f35518 commit 8017e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile.kairos-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8017e04

Please sign in to comment.