mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
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:
3
dependencies/prepare.sh
vendored
3
dependencies/prepare.sh
vendored
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user