]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: add tpm2-tools package to all test containers to test tpm2-tss dracut module
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sun, 19 May 2024 17:05:25 +0000 (13:05 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 19 May 2024 21:33:24 +0000 (17:33 -0400)
test/container/Dockerfile-Debian
test/container/Dockerfile-OpenSuse-latest
test/container/Dockerfile-Ubuntu

index ecff45a7dd0ff07a4ff4b42286f0502759c7ff4b..8142089f61ed84178a5b1edb3b5ffc6d38e7eaa6 100644 (file)
@@ -59,6 +59,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
     tcpdump \
     tgt \
     thin-provisioning-tools \
+    tpm2-tools \
     vim \
     wget \
     && apt-get clean && dpkg -P --force-depends dracut dracut-core initramfs-tools-core
index c318ab16b0fd5ebb2591cc677f02fc3a99d57d95..f790a11ebd30a46434a7ba863db53c44f1c7b513 100644 (file)
@@ -43,6 +43,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     tar \
     tcpdump \
     tgt \
+    tpm2.0-tools \
     /usr/bin/qemu-system-$(uname -m) \
     util-linux-systemd \
     wget \
index b4fc70b92ee4a6b84ab23a88ba355ff4710fe50f..089954563cca3c30a3b634ecbf22e874a8abe00f 100644 (file)
@@ -58,6 +58,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
     tcpdump \
     tgt \
     thin-provisioning-tools \
+    tpm2-tools \
     vim \
     wget \
     && apt-get clean \