From 248bed5ec98145fa38635e3cff92faf06990ef29 Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 23 Jan 2025 19:26:08 +0200 Subject: [PATCH] Updated on 2026-08-14 --- ci_resources/Dockerfile.lightweight | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci_resources/Dockerfile.lightweight b/ci_resources/Dockerfile.lightweight index 8ea81ff654..62c29262d9 100644 --- a/ci_resources/Dockerfile.lightweight +++ b/ci_resources/Dockerfile.lightweight @@ -11,4 +11,9 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | d apt-get update && apt-get install -y gh && \ apt-get clean +RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \ + apt-get install -y git-lfs && \ + git lfs install && \ + apt-get clean + CMD ["bash"]