fix: add missing git to docker for semcache dependency install

This commit is contained in:
Alpha Nerd 2026-03-23 17:06:46 +01:00
parent c0dc0a10af
commit c796fd6a47

View file

@ -13,7 +13,7 @@ ARG SEMANTIC_CACHE=false
ENV HF_HOME=/app/data/hf_cache ENV HF_HOME=/app/data/hf_cache
# Install SQLite # Install SQLite
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sqlite3 \ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sqlite3 git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*