Fix the local build of the dependencies image, including the debug image instructions (#1229)

* Fix the local build of the dependencies image, including the debug image instructions

* Make the deps image easily runnable

* improve readme

* Better caching strategy

* make dependency from IM to libs build stages

* fix missing folder error

* Hopefully, final solution

---------

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2025-06-29 22:41:17 +03:00
committed by GitHub
parent 0192e4e640
commit fafa3a3d64
9 changed files with 41 additions and 24 deletions

View File

@@ -13,8 +13,9 @@ fi
dpkg --add-architecture "$DEBIAN_ARCH"
apt-get update
apt-get install -y --no-install-recommends \
apt-get install -y \
curl \
jq \
ca-certificates \
crossbuild-essential-"${DEBIAN_ARCH}" \
libc-dev:"${DEBIAN_ARCH}" \