From a44573942122c94ba12ccacfdebbb5990b11326b Mon Sep 17 00:00:00 2001 From: natterangell <35780347+natterangell@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:18:12 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 9e09d94..8336d39 100644 --- a/Containerfile +++ b/Containerfile @@ -48,9 +48,9 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG} ## the following RUN directive does all the things required to run "build.sh" as recommended ## Download Clevis RPMs with TPM 1.2 support -RUN mkdir /tmp/clevis -RUN wget -qO- https://api.github.com/repos/oldium/clevis/releases/tags/v21_tpm1u3 | jq -r '.assets[].browser_download_url | select(test("fc40"))' | wget -ci- && mv clevis*.rpm /tmp/clevis -RUN find /tmp/clevis +#RUN mkdir /tmp/clevis +#RUN wget -qO- https://api.github.com/repos/oldium/clevis/releases/tags/v21_tpm1u3 | jq -r '.assets[].browser_download_url | select(test("fc40"))' | wget -ci- && mv clevis*.rpm /tmp/clevis +#RUN find /tmp/clevis ## Add displaylink support COPY --from=ghcr.io/ublue-os/akmods-extra:coreos-stable-40 /rpms/ /tmp/rpms