From f8c5a5071df679cf93255d7b9874276fafa6916a Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 29 Mar 2026 15:33:26 +0200 Subject: [PATCH] feat(infar): add just --- containers/infra/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/infra/Containerfile b/containers/infra/Containerfile index eb3f5d2..7017c4d 100644 --- a/containers/infra/Containerfile +++ b/containers/infra/Containerfile @@ -4,7 +4,7 @@ USER root RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \ dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \ - kubectl k9s openssl age "$(curl -s https://api.github.com/repos/getsops/sops/releases/latest | jq -r ".assets[] | select(.name | test(\"sops-.*.$(arch).rpm\$\")) | .browser_download_url")" && \ + just kubectl k9s openssl age "$(curl -s https://api.github.com/repos/getsops/sops/releases/latest | jq -r ".assets[] | select(.name | test(\"sops-.*.$(arch).rpm\$\")) | .browser_download_url")" && \ curl -sL https://talos.dev/install | sh && \ curl -s https://fluxcd.io/install.sh | bash