diff --git a/bin/core/debian-deps.sh b/bin/core/debian-deps.sh index 8eb371e59..3c27e361e 100644 --- a/bin/core/debian-deps.sh +++ b/bin/core/debian-deps.sh @@ -3,7 +3,8 @@ ## Core deps installer apt-get update -apt-get install -y git curl ca-certificates iproute2 +apt-get install -y git curl ca-certificates iproute2 git-lfs +git-lfs install rm -rf /var/lib/apt/lists/* diff --git a/bin/periphery/debian-deps.sh b/bin/periphery/debian-deps.sh index 363a5f53c..1177b6db7 100644 --- a/bin/periphery/debian-deps.sh +++ b/bin/periphery/debian-deps.sh @@ -3,7 +3,8 @@ ## Periphery deps installer apt-get update -apt-get install -y git curl wget ca-certificates +apt-get install -y git git-lfs curl wget ca-certificates +git-lfs install install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc